https://github.com/blocklet/auth-demo
https://github.com/blocklet/auth-demo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/blocklet/auth-demo
- Owner: blocklet
- License: other
- Created: 2021-02-05T02:20:05.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-21T07:14:41.000Z (about 2 years ago)
- Last Synced: 2024-03-21T09:27:35.097Z (about 2 years ago)
- Language: JavaScript
- Size: 1.9 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Auth Demo Blocklet
Blocklet that use auth by Blocklet Server Auth Service
## Launch on Blocklet Server
[](https://install.arcblock.io/?action=blocklet-install&meta_url=https%3A%2F%2Fgithub.com%2Fblocklet%2Fauth-demo%2Freleases%2Fdownload%2Fv1.17.0%2Fblocklet.json)
## Run and debug in the cloud with Gitpod
Click the "Open in Gitpod" button, Gitpod will start Blocklet Server and the blocklet.
[](https://gitpod.io/#https://github.com/blocklet/auth-demo)
## Run and debug in local
```shell
yarn global add @blocklet/cli
git clone git@github.com:blocklet/auth-demo.git
cd auth-demo
cp .env.bac .env
yarn
blocklet server init -f --mode debug
blocklet server start
blocklet dev
```
## License
The code is licensed under the Apache 2.0 license found in the
[LICENSE](LICENSE) file.