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

Would really like to see an example of how to migrate to Guardian 1.0, 'cause I find the *official* upgrade guide a bit unclear on several fronts. For example, your...

Hi, I've got a error when try to install phoenix_guardian > *\* (CompileError) web/router.ex: internal error in v3_core; > crash reason: {case_clause, > {'EXIT', > {badarg, > [{erl_anno,anno_info,[-1],[{file,"erl_anno.erl"},{line,360}]}, > {v3_core,record_anno,2,[{file,"v3_core.erl"},{line,2410}]},...

This PR updates all dependencies to most recent versions _except_ guardian. Updating to guardian 1.0 will be a separate PR. This touches a huge number of files because Phoenix 1.3...

Beginning phoenix user here. Using newest Elixir and Phoenix, I tried `mix deps.update --all` butstill got the error: ``` == Compilation error on file web/views/admin/user_view.ex == ** (CompileError) web/views/admin/user_view.ex: internal...

When using identity login Ueberauth stores the email address in the _authorizations_ schema. The `provider` is set to _identity_ and the `uid` to the _email_ address. What happens a user...

When should I refresh a token? How can I tell if a token has expired? I want to avoid asking the user to click the "Authorize" button more than once....

Fixed many smaller errors to make it work with newer versions of Erlang, Elixir and Phoenix (it didn't in my case): * Erlang/OTP 19 * Elixir 1.3.3 * Phoenix 1.2...

It seems like a bug, to reproduce. 1. Authenticate with google -> creates user record with email address from google and authorization 2. Logout 3. Create a new identity account...

https://developers.facebook.com/blog/post/552/ ``` Temporary solution is adding the following but you can still see the #_=_ while the page is loading. window.onload = function(e){ if (window.location.hash == '#_=_') { window.location.hash =...