Skip to content

Can't verify accounts in a Rails 7.1 app #268

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

You must be logged in to vote

Do you have convert_token_id_to_integer? set to true in your Rodauth configuration? If yes, you need to set it to false, because you're using a string primary key on accounts. I think that might be converting the UUID in the token to nil, and considering token as invalid.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@Samuelodan
Comment options

@janko
Comment options

Answer selected by Samuelodan
@Samuelodan
Comment options

@janko
Comment options

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