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

      Anonymous tokens

      Q&A
      • anonymous jwt • • dan
      2
      0
      Votes
      2
      Posts
      1.5k
      Views

      danD

      Not currently.

      You could create a single user called anonymous and auth that user to get a generic token.

      There is an open issue for a more elegant solution; feel free to upvote it: https://github.com/FusionAuth/fusionauth-issues/issues/525

    • danD

      Does FusionAuth support guest users?

      Q&A
      • anonymous guest users • • dan
      2
      1
      Votes
      2
      Posts
      708
      Views

      danD

      We don't support this currently. If you have a use case that this would be helpful for, please file a GitHub issue explaining what you are looking for.

      It is sorta possible to create a user with a randomly generated email and password. So if you wanted to allow people to sign up, you could generate this user, and then send them/present login details, and then the user could be anonymous but still have a profile.