https://github.com/ericafenyo/auth-dashboard
A dashboard for the authentication API which helps to manage user authentication from basic email-password to JSON Web Token (JWT) validation.
https://github.com/ericafenyo/auth-dashboard
Last synced: 7 months ago
JSON representation
A dashboard for the authentication API which helps to manage user authentication from basic email-password to JSON Web Token (JWT) validation.
- Host: GitHub
- URL: https://github.com/ericafenyo/auth-dashboard
- Owner: ericafenyo
- License: mit
- Created: 2021-01-08T11:34:57.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-02T01:38:39.000Z (over 5 years ago)
- Last Synced: 2025-02-05T01:31:22.295Z (over 1 year ago)
- Language: Vue
- Homepage:
- Size: 2.42 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Auth dashboard
This is the dashboard for our [authentication api](https://github.com/ericafenyo/authentication) which helps to manage user authentication from
basic email-password to JSON Web Token (JWT) validation.
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).