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
Yes, seems it will grow up to the max number then delete the oldest. From the config file devise_token_auth.rb :
# Sets the max number of concurrent devices per user, which is 10 by default.
# After this limit is reached, the oldest tokens will be removed.
# config.max_number_of_devices = 10
You can find how it exactly worked at devise_token_auth/app/models/devise_token_auth/concerns/user.rb
What happens with the
token
field in the users table in the database?Can you please explain?
The text was updated successfully, but these errors were encountered: