firebird
firebird copied to clipboard
Authentication
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
@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.