phauxth icon indicating copy to clipboard operation
phauxth copied to clipboard

Not actively maintained - Authentication library for Phoenix, and other Plug-based, web applications

Results 6 phauxth issues
Sort by recently updated
recently updated
newest added

Is there a way to generate both API and "HTML" logic at same time, so user can use regular website and/or API? I have some troubles refactoring API code on...

### Environment * Elixir & Erlang/OTP versions (elixir --version): elixir 1.10.2 erlang 22.2.8 * Operating system: unix ### Current behavior When I try this: ```sh mix archive.install https://github.com/riverrun/phauxth_installer/raw/master/archives/phauxth_new.ez ``` I...

bug

### Problem Tried to use on Liveview websocket, but not working ### Solution Need to work on Liveview ### Additional info Looks like not able to compile: defmodule HelloWeb.UserLive.Index do...

enhancement

### Problem It is common practice to extend the time between logins by issuing a new token when presented with an existing token, or to have a separate refresh token...

enhancement

First thanks for the repo which is a great tool to setup authentication in Elixir apps. Just a proposition of documentation update concerning two sections : - dependencies that are...

There is an Phauxth.Otp plug which provides a one-time password check. However, there is currently no guidance on how to integrate this into a web application. Considering that many security...