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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ RpiAuth.configure do |config|
33
33
config.identity_url ='http://localhost:3002'# The url for the profile instance being used for auth
34
34
config.user_model ='User'# The name of the user model in the host app being used, use the name as a string, not the model itself
35
35
config.scope ='openid email profile force-consent'# The required OIDC scopes
36
-
config.success_redirect ='/'# After succesful login the route the user should be redirected to; this will override redirecting the user back to where they were when they started the log in / sign up flow (via `omniauth.origin`), so should be used rarely / with caution. This can be a string or a proc, which is exectuted in the context of the RpiAuth::AuthController.
36
+
config.success_redirect ='/'# After succesful login the route the user should be redirected to; this will override redirecting the user back to where they were when they started the log in / sign up flow (via `omniauth.origin`), so should be used rarely / with caution. This can be a string or a proc, which is executed in the context of the RpiAuth::AuthController.
37
37
config.bypass_auth =false# Should auth be bypassed and a default user logged in
0 commit comments