Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 2.61 KB

README.md

File metadata and controls

26 lines (20 loc) · 2.61 KB

Auth boundary

Note

The Auth boundary in software architecture is dedicated to handling authentication and authorization processes. Authentication is about verifying user identities, ensuring that users are who they claim to be. Authorization, on the other hand, determines what authenticated users are allowed to do within the system, often managing permissions and access levels. This boundary is vital for security, controlling access to different parts of the application based on user roles, permissions, and policies. It ensures that sensitive information and critical functionalities are accessible only to authorized users, thereby safeguarding the integrity and confidentiality of the system.

Service Description Language/Framework Docs Status
auth Auth service Go docs App Status

Third-party Service

Service Description Language/Framework Docs Status
ory/kratos User management service Go docs App Status
ory/hydra OAuth 2.0 Provider Go docs App Status
spiceDB Permission management service Go docs App Status

Docs

  • GLOSSARY.md - Ubiquitous Language of the Auth Boundary