Skip to content

blocklet/auth-demo

Repository files navigation

Auth Demo Blocklet

Blocklet that use auth by Blocklet Server Auth Service

Launch on Blocklet Server

Launch on Blocklet Server

Run and debug in the cloud with Gitpod

Click the "Open in Gitpod" button, Gitpod will start Blocklet Server and the blocklet.

Open in Gitpod

Run and debug in local

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 file.