Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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