ueberauth / guardian

Elixir Authentication
MIT License
3.43k stars 382 forks source link

Expose public function to allow putting a token into the session #554

Closed hassox closed 5 years ago

hassox commented 5 years ago

Backport the put_session_token function into the 0.14.x branch. When you refresh a token there is currently no way to get it into the session to replace the old one :\

hassox commented 5 years ago

Yeah we're not going to backport this by default... If folks really need it we can.