To send a request to protected system resources through the application programming interface (API), you need to use JSON Web Token (JWT).
You can create and view your token by going to "Settings" => "JWT Tokens".
Once you create a token, you will only see it once, right after you create it. There is no limit to the number of tokens you can create.
After removing the token, you will no longer be able to authenticate with that token.
You can set the token expiration date. After the expiration, you will no longer be able to authenticate with this token. If no expiration date is set, the token can be used until it is removed.
Comments
0 comments
Article is closed for comments.