A repository that contains an Vue example that uses Authress to Login.
Run yarn and then yarn start. Or use pnpm to install dependencies and then start the site.
srcmain.ts- Application Root and contains all the routes of the starter kit applicationauthressClient.ts- Configuration for Authress for users to loginrouteshome.ts- Landing page which has login and logout buttonsprotected.ts- Page protected by user login via the login guard defined in themain.tsfile