aaronrenner / phx_gen_auth

An authentication system generator for Phoenix 1.5 applications.
774 stars 56 forks source link

API Authentication #64

Closed BryanJBryce closed 4 years ago

BryanJBryce commented 4 years ago

Is API authentication within the scope of this project or is it a non-goal?

josevalim commented 4 years ago

It is not a goal because the scope of decisions that can be made there is much bigger. Things like using JSON API, GraphQL, if you should use the session or not, etc.

BryanJBryce commented 4 years ago

Thanks for the clarification