Auth token for an unauthenticated user?

I have a use case where I want to make available certain endpoints on my API available to unauthenticated users for a certain period of time, e.g. half an hour or 24 hours. I was wondering if was possible and how I might create an auth token for them through Auth0.

Hi @knic27,

It doesn’t sound like something we support out of the box. There needs to be some sort of unique identifier for a user to create a unique token. It is possible to create a client dynamically on behalf of each user and issue a client credential, but this is going to be messy.

This sounds vaguely like you are trying to secure endpoints for a public client with no users, which isn’t really possible.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.