casdoor / casdoor-raw-js-example

Casdoor example for vanilla HTML + JS +CSS websites

Home Page:https://github.com/casdoor/casdoor-js-sdk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

casdoor-raw-js-example


This is an example on how to use casdoor-js-sdk without framework. We will show you the steps below.

What you need prepare

The Casdoor should be deployed.

​ You can refer to the Casdoor official documentation for the install guide . Deploy the casdoor instance in production mode.

​ After a successful deployment, you need to ensure:

  • Open your favorite browser and visit http://localhost:8000 , you can see the login page of Casdoor.
  • Input admin and 123 to test login functionality is working fine

Start

get this example

# by ssh 
git clone git@github.com:casdoor/casdoor-raw-js-example.git
# by https
git clone https://github.com/casdoor/casdoor-spring-boot-example.git

use it

# enter the example in your file directory 
cd casdoor-raw-js-example
# enter the src directory and install the package
cd src
npm install 
# run the server
npm start

If there is no problem in above steps , you can see the terminal console : server listen at http://localhost:5000

You can press Ctrl+C and click this link , or input it to your browser.

Finally, it runs in your browser look like below gif represented.

screenshot

About

Casdoor example for vanilla HTML + JS +CSS websites

https://github.com/casdoor/casdoor-js-sdk

License:Apache License 2.0


Languages

Language:HTML 50.8%Language:JavaScript 49.2%