-
### Environment
* Elixir & Erlang/OTP versions (elixir --version):
* Operating system:
### Issue
```Edit the priv/repo/seeds.exs file. This file contains an example of how to create user(s…
-
Currently the --api command will only create api authentication whereas without it would be used in html site authentication.
Is there a way to create both api authentication files as well as auth …
-
# Introduction
The `user` model is the core of vutuv. We have to import all the data of v1.1 to the new model and should try to clean it up as good as possible during the process of creating a v2.0…
-
I guess my issue could be split into multiple parts:
1. How can I setup authentication for a model other than user?
2. How can I setup multiple user models (eg. buyer, seller, etc.) using phauxth?
…
-
### Environment
* Elixir & Erlang/OTP versions (elixir --version):
Erlang/OTP 20 [erts-9.3.3.3] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:10] [hipe] [kernel-poll:false]
Elixir 1.7.0…
-
### Problem
Phauxth.AuthenticateToken, Phauxth.Confirm and Phauxth.Remember are all expecting the same `token_module` set in the configuration. However, it would be useful to allow each to have a …
-
### Environment
* Elixir & Erlang/OTP versions (elixir --version): OTP 21 / Elixir 1.8.1
* Operating system: Max OS X High Sierra
Phauxth 2.1, Argon 2.0
### Current behavior
Getting thi…
-
Hi! I'm just getting started with `phauxth`, using `2.0.0-rc2`.
On running `mix phauxth.new`, I've noticed that the generated `seeds.exs` is oddly placed.
Example steps taken so it can be reprod…
-
When trying to create a new user on a fresh install I get the following.
```
Request: POST /users
** (exit) an exception was raised:
** (UndefinedFunctionError) function Phauxth.Token.sign/…
-