Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/michalzagrodzki/vue-azure-auth-client
- Owner: michalzagrodzki
- Created: 2020-04-20T18:59:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T13:22:49.000Z (about 2 years ago)
- Last Synced: 2023-02-27T14:51:20.463Z (almost 2 years ago)
- Topics: axios, azure, azuread, azuread-b2b, vuejs, vuejs-router
- Language: Vue
- Size: 3.45 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
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/).