You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/02/16 07:49:31 UTC

[GitHub] [pulsar-manager] fabian4 opened a new issue #445: feat: add support for Casdoor authentication

fabian4 opened a new issue #445:
URL: https://github.com/apache/pulsar-manager/issues/445


   Using [Casdoor](https://github.com/casdoor/casdoor) for auth over in-house authentication method.
   Features:
   
   1. Front-end and back-end separate architecture, Casdoor supports high concurrency, provides web-based managing UI  and have 
   mature solution for springboot project https://casdoor.org/docs/integration/spring-boot
   2. Casdoor supports Github, Google, QQ, WeChat third-party applications login, and support the extension of third-party login with plugins.
   3. With [Casbin](https://casbin.org/) based authorization management, Casdoor supports ACL, RBAC, ABAC, RESTful accessing control models.
   4. Phone verification code, email verification code and forget password features.
   5. Accessing logs auditing and recording.
   6. Casdoor supports integration with existing systems using db sync method, users can transition to Casdoor smoothly.
   7. Casdoor supports mainstream databases: MySQL, PostgreSQL, SQL Server etc, and support the extension of new database with plugins.
   
   Here is some related issue I have found about this under the repo:
   - https://github.com/apache/pulsar-manager/issues/401
   - https://github.com/apache/pulsar-manager/issues/291
   - https://github.com/apache/pulsar-manager/issues/327
   - https://github.com/apache/pulsar-manager/issues/418


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org