You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.
Hi,
I'm trying to implement the jwt authorization, but I'm always getting the error message at the token verification (Signature invalid').
How am I supposed to implement the authorization system since there is no doc available?
my technique is to add the appropriate environment variables (RTSP_STREAM_AUTH_JWT_ENABLED=ture | RTPS_STREAM_AUTH_JWT_SECRET="something"), change the config file .yml, and then send the token ="Bearer token" in the request header.
NB;token generated by jsonwebtoken library via hmac algorithm.
thanks.
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to implement the jwt authorization, but I'm always getting the error message at the token verification (Signature invalid').
How am I supposed to implement the authorization system since there is no doc available?
my technique is to add the appropriate environment variables (RTSP_STREAM_AUTH_JWT_ENABLED=ture | RTPS_STREAM_AUTH_JWT_SECRET="something"), change the config file .yml, and then send the token ="Bearer token" in the request header.
NB;token generated by jsonwebtoken library via hmac algorithm.
thanks.
The text was updated successfully, but these errors were encountered: