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
Not exactly a feature request, but request to update the documentation.
In the documentation:
If the access token is valid it will be converted to a JSON object and returned to your code.
However there is no mention of the structure or properties of the returned JSON and what data it will hold.
It would be helpful for developers using this library to know what is being returned
@oleksandrpravosudko-okta
Most of people, like me, might be using this library on a pure JS project. So the only way to look into it would be running the script and using debuggers/console.logs to see what is being returned.
Also not sure, but a little description/example in the documentation helps a lot before implementing or using the function.
Describe the feature request?
Not exactly a feature request, but request to update the documentation.
In the documentation:
However there is no mention of the structure or properties of the returned JSON and what data it will hold.
It would be helpful for developers using this library to know what is being returned
New or Affected Resource(s)
Documentation (ReadMe)
Provide a documentation link
https://github.com/okta/okta-jwt-verifier-js/blob/master/README.md
Additional Information?
No response
The text was updated successfully, but these errors were encountered: