Closed chimdie closed 5 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
afrisplash-frontend | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | May 31, 2024 10:14am |
Issues
8 New issues
0 Accepted issues
Measures
0 Security Hotspots
No data about Coverage
0.9% Duplication on New Code
This PR helps to fix the multiple/manual reusing of logged in
jwt
/access token
to make requests. Henceforth, thejwt
/access token
is saved using cookies on login and no need to reuse or handle it manually through request handlers.