-
Notifications
You must be signed in to change notification settings - Fork 0
Change Access Tokens to be JWT-like #27
Copy link
Copy link
Closed
Labels
FixedThis issue was fully fixed.This issue was fully fixed.
Description
It should consist of different parts:
- User ID
- Token Scopes
- Token Verification
Example:
{ "UserID:": 0, "TokenScopes": { "Friends": true }, "TokenVerification": "TokenVerificationHash" }
And it should be in Base64:
eyJVc2VySUQ6IjogMCwiVG9rZW5TY29wZXMiOnsiRnJpZW5kcyI6IHRydWV9LCJUb2tlblZlcmlmaWNhdGlvbiI6ICJUb2tlblZlcmlmaWNhdGlvbkhhc2gifQ==
This will be needed to add different scopes in the future.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
FixedThis issue was fully fixed.This issue was fully fixed.