-
v0.3.2 Stable
released this
2023-02-16 15:50:33 +01:00 | 0 commits to master since this releaseCHANGELOG
http
- remove http module (now use the http lib)
- rename http module into router to include only router logic
message
- add message module to create JSON HTTP response body for JWT and JWT validation
store
- update the
is_authsignature (returns bool and takes&Credentialsas first parameter) - use
serde_jsonto deserialize credentials
NOTE: Keys of JSON response are updated
- token => access_token
- valid => now a boolean instead of a string
Downloads