Learn how to authenticate with the Versori Platform.
Authorization
header, using the Bearer
prefix, i.e.
Authorization
header using the JWT
prefix.
<KEY_ID>
. You will need them to create and sign the JWT.
<END_USER_ID>
is the ID of the End User you want to authenticate.
<KEY_ID>
is the ID of the keypair you want to use to sign the token.
We will also validate the exp
(Expiration Time) and nbf
(Not Before) Claims, if present.
An example JWT for an end user would look like this:
Authorization
header, using the JWT
prefix, i.e.