addict
addict copied to clipboard
User management lib for Phoenix Framework
(As opposed to being forced to use addict/addict.html)
I plan on implementing this sooner or later for an app I'm building. Please assign this to me.
I think it would be a great help if we had a wiki where we could document recipes for Addict, like [the Devise wiki](https://github.com/plataformatec/devise/wiki) which is a great help. And...
It would be nice if addict would support activating an user account by a confirmation link.
I am integrate addict to my existing project and figure out authorization isn't trigger by form action but js. I can simply copy & paste those css & js to...
If a user is already logged in, it would be convenient to disallow access to all Addict actions except logout. Like, don't show the register or log in form if...
Hi, So, I've got Addict set up nicely, but I've noticed an error occurs silently when calling /recover_password: ``` elixir [error] #PID running Pickpro.Endpoint terminated Server: localhost:4000 (http) Request: POST...
Just a bug tracking oauth2 server support. Not sure if it is in scope.