phoenix_guardian icon indicating copy to clipboard operation
phoenix_guardian copied to clipboard

A demo application showing usage of guardian and ueberauth

Results 20 phoenix_guardian issues
Sort by recently updated
recently updated
newest added

This implements the ability for users to request a password reset and receive an email with a token to change their password. It also allows for logged in users to...

If the user already exists, but tries to sign up again using the original email but a different password, rather than prompt the user that the email already exists, the...

I'd be interested to see what you suggest for password resets, since uberauth/guardian don't seem to have something built in. Or do you recommend using [sentinel](https://github.com/britton-jb/sentinel) which seems to provide...

I need to forgo the request/callback process in order to login and register using JSON requests. However, there doesn't seem to be a way to populate the Auth object. Is...

When I try to log in I get this error in the shell: ``` (Postgrex.Error) ERROR (undefined_table): relation "authorizations" does not exist ```

I was just going through the code and had a question about this line: https://github.com/hassox/phoenix_guardian/blob/2a502ac49d696aac73857a092c92345328e899de/web/auth/user_from_auth.ex#L128 Could you explain why it's beneficial to set the password and password_confirmation on the Authorization...

Hi guys, Like many other newbies I am new to Elixir and Phoenix(Evaluating to Migrate from Meteor/Node.js). It would really help to have a walkthrough video or blog post to...

So, I'm finding this is getting more and more problematic as time goes on. Currently, if I want to use the permissions of a user, I have to create a...

Hi, i get this error installing phoenix_guardian ![image](https://cloud.githubusercontent.com/assets/1210858/12058703/80c3b556-af46-11e5-8643-fda685670064.png) Can you help me solve it ? i´m using ubuntu

FB and Google change their tokens on every request. Instead, check that the uid_from_auth is the same.