aaronrenner / phx_gen_auth

An authentication system generator for Phoenix 1.5 applications.
772 stars 55 forks source link

Is there plan to support JWT auth? #107

Closed ray-sh closed 3 years ago

ray-sh commented 3 years ago

The current gen_auth is great. Is there plan to support JWT auth? Since lots of people use phoenix as REST API layer.

josevalim commented 3 years ago

No, it is something you can change accordingly though. Hopefully we will soon see guides on how to change our authentication to JWT or similar (if nobody has yet).