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
If the "me" parameter is not included the site will serve the sign_in chooser at the beginning of the auth flow and then redirect the user back to /auth. However, after the user chooses their identify URL in sign_in the original scope parameter is not forwarded.
If the "me" parameter is not included the site will serve the sign_in chooser at the beginning of the auth flow and then redirect the user back to
/auth
. However, after the user chooses their identify URL insign_in
the original scope parameter is not forwarded.If "me" is nil hydrate signin-form
https://github.com/aaronpk/IndieAuth.com/blob/main/controllers/auth-web.rb#L188
https://github.com/aaronpk/IndieAuth.com/blob/main/controllers/auth-web.rb#L217
IndieAuth.com/views/sign_in.erb
Line 5 in d642e1e
can be reprod with https://observablehq.com/@tomlarkworthy/weblogin
The text was updated successfully, but these errors were encountered: