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

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.

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/).