Skip to content

After signin, can visit all rodauth views #149

Answered by janko
candrawana asked this question in Q&A
Discussion options

You must be logged in to vote

After signin, the account can still get an access to pages like login or create-account

By default, Rodauth doesn't prevent access to login and create account pages when the user is logged in. If you want, you can override already_logged_in hook to do a redirect, for example:

already_logged_in do
  set_redirect_error_flash "Already logged in"
  redirect "/"
end

When i'm visit via url on rodauth views there a character added (A) in my html, specifically in my footer

I don't know why is that, it doesn't seem like an issue in rodauth-rails. Can you reproduce it in the official demo app?

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@candrawana
Comment options

Answer selected by candrawana
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants