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.
src
main.ts
- Application Root and contains all the routes of the starter kit applicationauthressClient.ts
- Configuration for Authress for users to loginroutes
home.ts
- Landing page which has login and logout buttonsprotected.ts
- Page protected by user login via the login guard defined in themain.ts
file