Search Results for

    Show / Hide Table of Contents

    JWT Endpoints

    JwtController<TUserKey, TUser>

    JWT Create

    Use this endpoint to obtain jwt.

    Default URL: /jwt/create

    Authorizations : (Jwt or None)

    Method Request Response
    POST
    • username
    • password
    HTTP_200_OK
    • accessToken
    • refreshToken
    HTTP_401_UNAUTHORIZED

    JWT Refresh

    Use this endpoint to refresh jwt.

    Default URL: /jwt/refresh

    Authorizations : (Jwt)

    Method Request Response
    POST
    • refreshToken
    HTTP_200_OK
    • accessToken

    JWT Verify

    Use this endpoint to verify access jwt.

    Default URL: /users/set_password

    Authorizations : (Jwt)

    Method Request Response
    GET -
    • HTTP_200_OK
    • HTTP_401_UNAUTHORIZED
    • Improve this Doc
    In This Article
    Back to top Developed by MadeY and contributors / Licensed under MIT / Website generated by DocFX