You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A typical use case would be for an authentication plug to look up a user by id
and keep the state of the user's credentials by storing them in assigns.
Other plugs will then also have access through the assigns storage. This is
an important point because the session data disappears on the next request.
be "This is an important point because the assigns data disappears on the next request."?
The text was updated successfully, but these errors were encountered:
Hi, maybe I don't get it but shouldn't the last sentence of the paragraph at /~https://github.com/elixir-plug/plug/blob/v1.16.1/lib/plug/conn.ex#L76C3-L80C1
be "This is an important point because the
assigns
data disappears on the next request."?The text was updated successfully, but these errors were encountered: