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
What do you do for authentication? Do you generally roll your own per project, or? I've done both that and used coherence/guardian/uberauth - it often seem like a burden before you can move to the real business logic of the app
The text was updated successfully, but these errors were encountered:
@jespr Up to this point, we've rolled our own on each project. It does add more time to the beginning of the project, but it gives you complete flexibility later on.
We do have other projects using Guardian and even a couple that use Addict. I agree that authentication setup is unnecessarily time consuming at the beginning of a project. Would love to just be able to generate something reasonable.
What do you do for authentication? Do you generally roll your own per project, or? I've done both that and used coherence/guardian/uberauth - it often seem like a burden before you can move to the real business logic of the app
The text was updated successfully, but these errors were encountered: