System Information
- Strapi Version: ^4.24.5
- Operating System: Windows
- Database: Postgress
- Node Version: >=18.0.0 <=20.x.x
- NPM Version: >=6.0.0
- Yarn Version:
Hi all, this may very well be a silly question but here goes…
When a User logs into the backend Dashboard, I’m assuming there’s a session or a JWT token etc??
I’d like to get it and use it as a Bearer token to Authourize a fetch call.
How do I do this?