FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. Tags
    3. expiration
    Log in to post
    • All categories
    • danD

      Password that never expires?

      Q&A
      • passwords expiration • • dan
      5
      0
      Votes
      5
      Posts
      1.7k
      Views

      danD

      If you needed to, you could always build an API integration (the User Update API lets you reset passwords, or you could initiate a Change Password Request) into your application for a specific user.

    • danD

      Different JWT expiration times based on how they are generated

      Q&A
      • jwt expiration api oidc • • dan
      2
      0
      Votes
      2
      Posts
      2.9k
      Views

      danD

      The JWT TTL can be configured per application, so if you were using a different application for OIDC vs an API - then you could do it.

      But if you don't want to use multiple applications, then it is not possible, at least currently.

      I could see a use case for asking for a JWT with a TTL equal to or less than the configuration and that request being honored, that could be a feature request. But as of right now, the only option is different applications.

    • danD

      User expiration

      Q&A
      • user expiration user-api • • dan
      2
      0
      Votes
      2
      Posts
      3.8k
      Views

      danD

      It means the user won't be able to login.

    • danD

      does a refresh token have an expire time?

      Q&A
      • refresh token expiration • • dan
      2
      0
      Votes
      2
      Posts
      2.0k
      Views

      danD

      Yes, a refresh token has a configured time to live (TTL). It can be configured at the Tenant or Application level.
      More here: https://fusionauth.io/docs/v1/tech/core-concepts/tenants#jwt