ueberauth / guardian

Elixir Authentication
MIT License
3.43k stars 382 forks source link

Expose a function to set a token into the session #553

Closed hassox closed 5 years ago

hassox commented 5 years ago

When you refresh a token, you can't put it into the session (when using sessions).

Adds a function to allow adding a token to the session in the right place.