FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. denisvasilenkoise
    3. Topics
    D
    • Profile
    • Following 1
    • Followers 0
    • Topics 2
    • Posts 4
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by denisvasilenkoise

    • D

      The fusion auth client for node has a method for token introspection?

      Q&A
      • • • denisvasilenkoise
      2
      0
      Votes
      2
      Posts
      589
      Views

      danD

      Hiya!

      You have a couple of options.

      You should be able to use the validateJWT method on the fusionauth node client. That calls this API: https://fusionauth.io/docs/v1/tech/apis/jwt#validate-a-jwt

      You can call into /oauth2/introspect, but you'll have to construct that URL manually, as it isn't currently supported by the client libraries.

      Finally, you can also use a jwt package (like this one) to verify the JWT is still valid without communicating with FusionAuth.

      Hope this helps.

    • D

      Solved How to change oauth theme in dashboad ?

      Q&A
      • • • denisvasilenkoise
      5
      0
      Votes
      5
      Posts
      895
      Views

      D

      It seems to be working, thank you very much Dan.