HackerTrans
TopNewTrendsCommentsPastAskShowJobs

hsluoyz

no profile record

Submissions

Casdoor: Open-Source Identity and Access Management (IAM) / Single-Sign-On (SSO)

github.com
2 points·by hsluoyz·há 6 meses·0 comments

Casbin Policy Editor: Design and Test RBAC/ABAC Policies in the Browser

editor.casbin.org
2 points·by hsluoyz·há 9 meses·0 comments

[untitled]

1 points·by hsluoyz·ano passado·0 comments

[untitled]

1 points·by hsluoyz·há 2 anos·0 comments

[untitled]

1 points·by hsluoyz·há 2 anos·0 comments

[untitled]

1 points·by hsluoyz·há 2 anos·0 comments

[untitled]

1 points·by hsluoyz·há 2 anos·0 comments

[untitled]

1 points·by hsluoyz·há 2 anos·0 comments

[untitled]

1 points·by hsluoyz·há 2 anos·0 comments

[untitled]

1 points·by hsluoyz·há 2 anos·0 comments

[untitled]

1 points·by hsluoyz·há 3 anos·0 comments

Open-source AI knowledge database with web UI and Enterprise SSO

github.com
80 points·by hsluoyz·há 3 anos·12 comments

[untitled]

1 points·by hsluoyz·há 3 anos·0 comments

[untitled]

1 points·by hsluoyz·há 3 anos·0 comments

[untitled]

1 points·by hsluoyz·há 3 anos·0 comments

[untitled]

1 points·by hsluoyz·há 3 anos·0 comments

Casdoor: Open-source IAM and SaaS management solution

github.com
4 points·by hsluoyz·há 3 anos·1 comments

comments

hsluoyz
·há 7 meses·discuss
Worth mentioning Casbin as well (https://github.com/casbin/casbin) - it's been around for a while and takes a slightly different approach. Instead of being purely Zanzibar-inspired, it uses a PERM (Policy, Effect, Request, Matchers) metamodel that lets you implement RBAC, ABAC, or ReBAC depending on what fits your use case.
hsluoyz
·há 2 anos·discuss
Casdoor has SMS support long ago: https://casdoor.org/docs/category/sms

Casdoor is much more way powerful than Kratos: https://casdoor.org/
hsluoyz
·há 3 anos·discuss
I'm using Casdoor: https://github.com/casbin/casdoor and glad to see it only has ~77,000 LOC according to the shared link.

Keycloak was good but has too much legacy for 10+ years. Casdoor is pretty new and has become a good replacement for Keycloak for me with more functionalities.
hsluoyz
·há 3 anos·discuss
Casdoor seems to be a good fit as a free solution of SSO: https://casdoor.org/
hsluoyz
·há 3 anos·discuss
The Casbin team has built a SaaS called Casdoor to provide Casbin + Django authorizations service: https://www.casdoor.com/
hsluoyz
·há 3 anos·discuss
Casdoor is a promising open-source IAM solution: https://casdoor.org/ , written in Go and React. All features like OIDC, OAuth 2.0, SAML, CAS, LDAP, WebAuthn and 2FA are all supported. SaaS management is also supported like pricing, subscription etc.

Source code: https://github.com/casdoor/casdoor

Compared to Keycloak, Casdoor has:

1. Support high-concurrency and use less memory (Go v.s. Java)

2. More modern SPA-style web UI (with React and Ant Design), more CDN friendly

3. full-fledged RESTful API

4. Support a lot of provider types: OAuth, SMS, Email, CAPTCHA

5. More powerful authorization (powered by Casbin), Casbin is a popular authorization solution with a lot of integrations for DBs and applications: https://casbin.org/

SaaS hosting is also provided at: https://casdoor.com/ for anyone who don't want to self-host