Casdoor Plugin
ShenYu has Casdoor plugin to use Casdoor
Step1. Deploy Casdoor
Firstly, the Casdoor should be deployed.
You can refer to the Casdoor official documentation
After a successful deployment, you need to ensure:
- The Casdoor server is successfully running on http://localhost:8000.
- Open your favorite browser and visit http://localhost:7001, you will see the login page of Casdoor.
- Input
adminand123to test login functionality is working fine.
Then you can quickly implement a Casdoor based login page in your own app with the following steps.