Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/authress/vue-starter-kit
Authress Starter Kit: Vue
https://github.com/authress/vue-starter-kit
authentication authorization authress login quick-start starter-kit user vue
Last synced: about 2 months ago
JSON representation
Authress Starter Kit: Vue
- Host: GitHub
- URL: https://github.com/authress/vue-starter-kit
- Owner: Authress
- Created: 2023-07-05T15:35:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-01T12:12:50.000Z (11 months ago)
- Last Synced: 2024-02-01T13:33:56.414Z (11 months ago)
- Topics: authentication, authorization, authress, login, quick-start, starter-kit, user, vue
- Language: Vue
- Homepage: https://authress.io
- Size: 43 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Authress Starter Kit: Vue
A repository that contains an Vue example that uses Authress to Login.
## Getting Started
Run `yarn` and then `yarn start`. Or use pnpm to install dependencies and then `start` the site.
### File Directory
* `src`
* `main.ts` - Application Root and contains all the routes of the starter kit application
* `authressClient.ts` - Configuration for Authress for users to login
* `routes`
* `home.ts` - Landing page which has login and logout buttons
* `protected.ts` - Page protected by user login via the login guard defined in the `main.ts` file