FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login

    Token type?

    Scheduled Pinned Locked Moved
    Q&A
    jwt access tokens python fusionauth
    2
    3
    6.6k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      AliMirlou
      last edited by

      Hi,
      I tried to validate a JWT access token issued by a FusionAuth server instance in Python with Simple JWT but got the error:

      rest_framework_simplejwt.exceptions.TokenError: Token has no type
      

      The library expects a key token_type (configurable) with a value of access in the token's payload but FusionAuth does not include such in its tokens. Does anyone have any idea what's wrong here?

      1 Reply Last reply Reply Quote 0
      • danD
        dan
        last edited by

        I don't believe that is part of the spec but you can add arbitrary values to your tokens using a lambda so that's what I'd look at to get the JWT in the format the library expects.

        --
        FusionAuth - Auth for devs, built by devs.
        https://fusionauth.io

        1 Reply Last reply Reply Quote 1
        • A
          AliMirlou
          last edited by

          Seems like the library I used is opinionated. Thanks for the hints.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post