FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. AliMirlou
    A
    • Profile
    • Following 2
    • Followers 0
    • Topics 5
    • Posts 11
    • Best 2
    • Controversial 0
    • Groups 0

    AliMirlou

    @AliMirlou

    2
    Reputation
    4
    Profile views
    11
    Posts
    0
    Followers
    2
    Following
    Joined Last Online

    AliMirlou Unfollow Follow

    Best posts made by AliMirlou

    • RE: When is `introspect` endpoint needed?

      @robotdan Also, it was actually me who opened the mentioned issue. 😅

      posted in Q&A
      A
      AliMirlou
    • RE: When is `introspect` endpoint needed?

      In FusionAuth, the access token is always a JWT.

      That's what I got wrong then. I thought that if I disable JWT in an application, then FusionAuth will issue some other type of access token. Now it's clear. ✋
      Thank you.

      posted in Q&A
      A
      AliMirlou

    Latest posts made by AliMirlou

    • RE: Form Field verification strategy still sends a link for verification

      Seems like it doesn't work until the gated unverified behavior feature is enabled.

      Although this is confusing because FusionAuth accepts my new form field verification strategy setting but just ignores it.

      posted in Q&A
      A
      AliMirlou
    • Form Field verification strategy still sends a link for verification

      Hi,
      I chose the Form Field verification strategy in tenant settings and also checked the email template to make sure it's correct but the email is still sent with a link, not a one-time code.
      What could be the problem here?

      fa50913e-d90c-4a0a-8c62-a7232efd042b-image.png

      c485d588-3d6c-4c94-8d19-e0fd43a0ceaf-image.png

      posted in Q&A
      A
      AliMirlou
    • RE: Date header in emails

      Thank you 👍

      posted in Q&A
      A
      AliMirlou
    • Date header in emails

      Hi,
      Emails from FusionAuth are being spammed or bounced back by some email providers because of missing the "Date" header. Can this header be configured?

      posted in Q&A
      A
      AliMirlou
    • How can I check if user has set password?

      Hi,

      I sent many emails to newly registered users to either set their password (if they haven't provided it in our registration form) or only verify their email.

      An issue happened with our email service provider and some of the emails were not sent and now I have to check if users already have a password (to only send them a verification email) or if they still haven't set their password (to send them a password set email).

      I checked the value of "passwordChangeRequired" field of the users and none of them were true, which I believe it has to be for users who have been sent a password set email but they still haven't set it. Because it is required for them to change their password anyway, otherwise they wouldn't be able to login.

      Can anyone help me with this issue?

      FusionAuth version: 1.27.2

      posted in Q&A
      A
      AliMirlou
    • RE: Token type?

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

      posted in Q&A
      A
      AliMirlou
    • Token type?

      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?

      posted in Q&A jwt access tokens python fusionauth
      A
      AliMirlou
    • RE: When is `introspect` endpoint needed?

      @robotdan Also, it was actually me who opened the mentioned issue. 😅

      posted in Q&A
      A
      AliMirlou
    • RE: When is `introspect` endpoint needed?

      In FusionAuth, the access token is always a JWT.

      That's what I got wrong then. I thought that if I disable JWT in an application, then FusionAuth will issue some other type of access token. Now it's clear. ✋
      Thank you.

      posted in Q&A
      A
      AliMirlou
    • RE: When is `introspect` endpoint needed?

      No problem. But I'm asking about non-JWT access tokens. What about those?

      posted in Q&A
      A
      AliMirlou