Closed DSSoftware closed 2 years ago
It should consist of different parts:
Example:
{ "UserID:": 0, "TokenScopes": { "Friends": true }, "TokenVerification": "TokenVerificationHash" }
And it should be in Base64: eyJVc2VySUQ6IjogMCwiVG9rZW5TY29wZXMiOnsiRnJpZW5kcyI6IHRydWV9LCJUb2tlblZlcmlmaWNhdGlvbiI6ICJUb2tlblZlcmlmaWNhdGlvbkhhc2gifQ==
eyJVc2VySUQ6IjogMCwiVG9rZW5TY29wZXMiOnsiRnJpZW5kcyI6IHRydWV9LCJUb2tlblZlcmlmaWNhdGlvbiI6ICJUb2tlblZlcmlmaWNhdGlvbkhhc2gifQ==
This will be needed to add different scopes in the future.
This issue will be fixed in the next release.
It should consist of different parts:
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.