You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to create a user via the POST /api/user endpoint, but it raises an error token is missing or empty. I understand there is a secret key in the dev.yml config file, how can I utilize that to generate a JWT token?