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
We currently have a separate token auth solution at Bonobos that is considerably better than the default in Spree now:
not susceptible to timing attacks
stores hashed tokens, rather than cleartext tokens in the database
supports multiple tokens per user
supports token expiration
I've started work on breaking this out into a devise module, but there's more work to do there. I think we should make this a part of solidus_auth_devise by default and remove the current api_key from spree_users.
The text was updated successfully, but these errors were encountered:
We currently have a separate token auth solution at Bonobos that is considerably better than the default in Spree now:
I've started work on breaking this out into a devise module, but there's more work to do there. I think we should make this a part of solidus_auth_devise by default and remove the current
api_key
fromspree_users
.The text was updated successfully, but these errors were encountered: