4 releases (breaking)
0.4.0 | Oct 14, 2022 |
---|---|
0.3.0 | May 5, 2021 |
0.2.0 | Jul 20, 2020 |
0.1.0 | Jan 31, 2020 |
#143 in Authentication
253 downloads per month
Used in 3 crates
(2 directly)
165KB
2.5K
SLoC
grammers-session
This library contains the Session
trait and several session storages.
Sessions are used to remember the authorization key and home server address, to prevent having to create a new key and login every single time (which is an expensive process).