You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ The repo is called `omniauth-radius-rails` which is mostly to be an indicator of
10
10
11
11
# Usage
12
12
13
-
This Rails engine will do a number of things around authentication, users and teams. But is specifically designe to be agnostic data models and the like. The primary use is to enable an app to to login via OAuth with Kracken. This is normally accomplished with a few controller mix-ins and a mounted engine to handle the callbacks.
13
+
This Rails engine will do a number of things around authentication, users and teams. But is specifically designed to be agnostic data models and the like. The primary use is to enable an app to to login via OAuth with Kracken. This is normally accomplished with a few controller mix-ins and a mounted engine to handle the callbacks.
14
14
15
15
16
16
In general there are two main mix-ins, one for normal web use and another for creating a public API.
@@ -52,7 +52,7 @@ Skips `verify_authenticity_token` since it is a
52
52
53
53
#### JSON API Compatible
54
54
55
-
Configure a controller to be a JSON api with sensable defaults
55
+
Configure a controller to be a JSON api with sensible defaults
56
56
57
57
Filters
58
58
@@ -157,7 +157,7 @@ Accepts one parameter which is a hash received from the OAuth server. It will be
157
157
158
158
### 5. Configure App Controller
159
159
160
-
Include the mix-in in your Applicaiton Controller:
160
+
Include the mix-in in your Application Controller:
0 commit comments