Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stephanepericat/ionic-vue-auth
https://github.com/stephanepericat/ionic-vue-auth
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/stephanepericat/ionic-vue-auth
- Owner: stephanepericat
- Created: 2022-07-17T01:31:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-18T22:07:52.000Z (over 2 years ago)
- Last Synced: 2023-02-27T06:36:16.225Z (almost 2 years ago)
- Language: CSS
- Size: 571 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ionic Vue Auth Demo
## Configure .env
```
VUE_APP_AUTH0_DOMAIN=
VUE_APP_AUTH0_CLIENT_ID=
VUE_APP_PACKAGE_ID=co.shortwavaudio.authdemo
```## Configure URL Types
1. Open Xcode with: `ionic capacitor open ios`
2. Open App settings, go to info tab, and add URL type (+):- Identifier: `co.shortwavaudio.authdemo`
- URL Schemes: `co.shortwavaudio.authdemo`
- Role: `Reader`