❔ A way to persist access token from external API in my .NET API
I need to store access token for my Auth0 Management API somehow in my .NET backend app. Of course, if I get 401, I want to renew my token and override the previous one. I want to keep this token when API is off, so it needs to be persisted. Should I keep it in database (e.g. SQL) or there actually is any other way to store it?
3 Replies
Database sounds good
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.