This content is not the latest documentation. Please visit our new documentation.

Ask a Question

Ask a Question
Back to all

JWT Questions

1 - The microservice needs the library to decode the JWT, the way I did the installation was to download the nuget package, extract it as a zip and get the contents of the lib folder, I used the netstandard 2.0 version of all DLLs and put these DLLs in the unity in a plugins folder and referenced them in the login microservice in the Assembly References area. Is this process correct? If not, what is the correct way to do this? And which version should be used, net40 / net45 / net60 ?

2 - Does beamable have some builtin way to parse JWT tokens, to avoid the need to link these IdentityModel packages?

3 - -What is the correct way to delete a microservice? In the unity editor, just delete his folder in Beamable/Microservices? Or do you need some extra step? What about in the cloud, how do I delete a microservice? I know I can stop a microservice, but how do I delete this one, at first I couldn't find any command to delete a microservice in the beamable portal