Long term API Keys

Is there any way to give my users long term API keys?
My users need to be able to generate and revoke API keys that don’t expire so they can access our backend.

1 Like

Since I’m using Django rest Framework, I just implemented:
DRF API Key

This lets me use both Auth0 and API keys.

1 Like

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