Updated Project: Updated security, auth_tokens (server sided generation) now have to be given on any request and the server checks if you have permissions (with hierarchy if applicable) for any request.
I am creating a central authorization too…
Updated Project: Updated security, auth_tokens (server sided generation) now have to be given on any request and the server checks if you have permissions (with hierarchy if applicable) for any request.
I am creating a central authorization tool to handle authentication through a central location so I will not have to for other projects (work cross origin). It has also been my passion project for the past year or so.
My project (as I have previously shown) is visible at: https://summer.hackclub.com/projects/11269
Frontend is visible at https://public-tests.vercel.app/,
Username is ‘Test-1.0’, Password is ‘Password125’
as I am using the free plan of Render.com, nothing is persistent, please take note of this when testing out my application.
Chatgpt 4.0 was used in the transition to a module approach. I do feel that I by now have worked over this enough but it is here as a notice anyway.