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
Should we have a middleware that puts the Session into the process dictionary. This will require helpers to put/get values in the session that is in the process dictionary
Rename salt -> signing_salt in Raxx.Session.SignedCookie
Later
encrypted cookie store.
DB/In memory cookie store
Extra stores can easily be added after 1.0 as new store is an enhancement not breaking change. However it might be worth proving the interface with at least one extra store
The text was updated successfully, but these errors were encountered:
Requirements to get Raxx.Session to 1.0
Required
Questions
Session.put_value
andSession.get_value
? These would just be delegating toMap.put
andMap.get
so I think they are just an indirectionDon't do anything special with atom keys Confusion around session keys being strings only elixir-plug/plug#848 (comment)
Raxx.Session.SignedCookie
Later
Extra stores can easily be added after 1.0 as new store is an enhancement not breaking change. However it might be worth proving the interface with at least one extra store
The text was updated successfully, but these errors were encountered: