• v0.3.2 Stable

    rmanach released this 2023-02-16 15:50:33 +01:00 | 0 commits to master since this release

    CHANGELOG

    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_auth signature (returns bool and takes &Credentials as first parameter)
    • use serde_json to deserialize credentials

    NOTE: Keys of JSON response are updated

    • token => access_token
    • valid => now a boolean instead of a string
    Downloads