ueberauth / guardian

Elixir Authentication
MIT License
3.4k stars 381 forks source link

doc: Clarify session storage behavior on sign_in in README #714

Closed KaylaBrady closed 1 year ago

KaylaBrady commented 1 year ago

This clarifies that only the token is stored on the session when Guardian.Plug.sign_in is called - the claims and resource are not. See implementation here.

yordis commented 1 year ago

💜 thank you!