pragma icon indicating copy to clipboard operation
pragma copied to clipboard

Pragma::Auth

Open aldesantis opened this issue 7 years ago • 1 comments

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.

aldesantis avatar Jul 22 '18 17:07 aldesantis

I'm interested! Please let me know where and how I can contribute!

kaka-ruto avatar Jul 24 '18 20:07 kaka-ruto