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
This would be a gem for authentication that provides an API endpoint to generate JWT tokens and a macro to authenticate users.
In addition to DRYing up authentication logic, it would allow us to decouple authentication from Rails by not requiring the definition of a current_user method.
Not sure if this should come in the form of a Rails engine or just operation classes that are then extended by the main app.
The text was updated successfully, but these errors were encountered:
This would be a gem for authentication that provides an API endpoint to generate JWT tokens and a macro to authenticate users.
In addition to DRYing up authentication logic, it would allow us to decouple authentication from Rails by not requiring the definition of a
current_user
method.Not sure if this should come in the form of a Rails engine or just operation classes that are then extended by the main app.
The text was updated successfully, but these errors were encountered: