Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/michalzagrodzki/vue-azure-auth-client

App presenting method for authentication with Azure Active Directory
https://github.com/michalzagrodzki/vue-azure-auth-client

axios azure azuread azuread-b2b vuejs vuejs-router

Last synced: about 1 month ago
JSON representation

App presenting method for authentication with Azure Active Directory

Awesome Lists containing this project

README

        

# Client app for authenticating with Azure AD
This project aims for creating solution for web client app, that can serve content for authenticated users.
Authenticating is done through Azure Active Directory

## Project setup
```
yarn install
```

### Development server
```
yarn run serve
```

### Compiles and minifies for production
```
yarn run build
```

### Run your tests
```
yarn run test
```

### Lints and fixes files
```
yarn run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).