pow icon indicating copy to clipboard operation
pow copied to clipboard

Robust, modular, and extendable user authentication system

Results 74 pow issues
Sort by recently updated
recently updated
newest added

Hello everyone! For the lack of a better place to consolidate this information, I'm opening this issue so we can discuss something that was previously tossed around in other threads:...

Hi, I've followed the example on the Pow guides for API auth, it's working but the responses on registrations an sessions urls are giving an empty access token, like `{"data":{"access_token":null,"renewal_token":null}}`...

Phoenix allows us to create a project with or without Ecto support, the idea is that if you can better separate your project into multiple libraries. This is exactly what...

I think this might be more of an issue with me being new to Phoenix, but I noticed this doesn't generate user fixtures similar to `phx.gen.auth`. Are there fixtures? If...

I'm gonna throw the bat into the henhouse here. Pow was mentioned in the "[upcoming authentication solution for Phoenix](https://dashbit.co/blog/a-new-authentication-solution-for-phoenix)" article by José Valim 5 weeks ago. A [lot of input](https://github.com/dashbitco/mix_phx_gen_auth_demo/pull/1)...

Howdy, I'm trying to get PowInvitation working on LiveView. I'm on the home stretch. I've got everything working except for accepting the final invitation. The error I get is "Invitation...

Not sure exactly why, but it's generating a URL of the form: http://app.user-docs.com:443/confirm-email/{token} Everything is find. If I navigate directly to that URL, it redirects to the HTTPS endpoint automatically,...

Hi! I’m using pow_assent to integrate with Auth0, and things are generally working nicely! My issue arises when I stay on the Auth0 login screen for greater than what I...

Thanks for the great library! :) I'm trying to pass an authenticated user to a LiveView so I can access current_user, with the end goal to authorize access to resources...

I've recently followed the [How to use Pow in an API](https://github.com/danschultzer/pow/blob/master/guides/api.md), and overall the experience was great. The very first paragraph of this document is the following: > Pow comes...