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
This isn't blocking any of our current work. This is an enhancement that we need for validating JWT. @andrewemeryanz is aware of this change that we have requested.
The idea is to define a JWT Scope for every endpoint we define in .sysl. And let sysl build the capability to validate the token and check if the scope is present in the JWT every-time someone calls the endpoint.
Since all the boiler-plate code is being auto generated, we feel this ability to validate the token can be bundled along.
Currently sysl-go don't have the ability to validate the security token and perform any scope checks for an endpoint.
The text was updated successfully, but these errors were encountered: