This is an application that demonstrates how the authentication helper service works and can be integrated.
The code isn't very well written and most of it is in a single file, but I mostly wrote it for myself to try out some concepts. I might rewrite it down the line so that it can be used as an implementation example.
Install the dependencies
pnpm installRun the application
pnpm run devTry it out on https://localhost:3000.

