p2-inc / phasetwo-docs

docusaurus repo for phasetwo.io public website and documentation
1 stars 12 forks source link

[Article] Instant User Management and SSO for X (web framework) #56

Open xgp opened 1 year ago

xgp commented 1 year ago

Laravel

Django

pnzrr commented 1 year ago

Additional Frameworks

xgp commented 1 year ago

I think there are two broad categories here. There are frameworks that have a base idea of a user/role model (e.g. Django, Laravel, Rails(?), etc.), and then frameworks that are just expressing an opinion of how to build an app, without any high-level objects (e.g. Next, Vue, React, etc.). In the first case, the articles/docs should be focused on how to replace/augment the existing user management system with Keycloak and Phase Two SSO. In the second case, the articles/docs should be more focused on how to secure a page.

pnzrr commented 1 year ago

How to secure a page is the perfect starter use case.

xgp commented 1 year ago

Agreed. I think having a repo where we have examples for all frameworks that could be referenced from articles/docs/forums would be great. I'm surprised/unsurprised it doesn't exist already for Keycloak.