-
I've taken the code exactly as indicated in the phoenix live view upload guide as seen here:
https://github.com/phoenixframework/phoenix_live_view/blob/b87e5f829168911bb43d5bce6eb75847ed9e3bbd/guid…
-
### Problem
I have used Phauxth but opted to split the user information in an account table (email & password) and a user table (display name & other details). I realise that this is a non-standard…
-
I've been using Phauxth on my project and one of the auto-generated session tests started failing today. This one:
https://github.com/riverrun/phauxth_installer/blob/master/phauxth_new/templates/s…
-
### Environment
* Elixir & Erlang/OTP versions (elixir --version):
Erlang/OTP 22 [erts-10.6.2] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:1] [hipe]
Elixir 1.9.4 (compiled with Erlang…
-
### Environment
```
$ elixir --version
Erlang/OTP 22 [erts-10.6.4] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:1]
Elixir 1.10.1 (compiled with Erlang/OTP 21)
```
on Ubuntu 19.10
##…
-
### Environment
* Elixir 1.9.0, Erlang 22.0.3
* Operating system: Gigalixir
### Current behavior
My session is invalidated after a day or two, and the Remember cookie doesn't seem to help it…
-
### Environment
* Elixir & Erlang/OTP versions (elixir --version):
```[bash]
Erlang/OTP 22 [erts-10.4.4] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:1] [hipe] [dtrace]
Elixir 1.9.1…
-
### Problem
Using the Phauxth library for a Phonix app inside an umbrella.
However, there are more Phoenix apps in the umbrella and I would like to use Phauxth for many of them. As the umbrella ap…
-
Because Phauxth is using Phoenix Context for authentication/authorization, not the pure Phoenix Schema. We have a chance to use context or a pure schema. There are pros and cons. The pros we can map t…
-
I would like feedback on this issue - about the default behavior of the Confirm.PassReset module. Should it also check the confirmed_at status as well?