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
This has to be a relative URL, i.e. it has to start with a slash. This is to ensure there's no open redirect.
172
172
173
+
### Callback on successful login
174
+
175
+
If the RpiAuth configuration option `on_login_success` is set to a `Proc`, this will be called in the context of the `RpiAuth::AuthController#callback` action, i.e. `current_user` will be available. This is intended to allow apps to record successful logins.
176
+
173
177
### Globbed/catch-all routes
174
178
175
179
If your app has a catch-all route at the end of the routing table, you must
0 commit comments