Skip to content

The Auth boundary in software architecture is dedicated to handling authentication and authorization processes.

Notifications You must be signed in to change notification settings

shortlink-org/auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
ui Auth UI React (NextJS) 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

About

The Auth boundary in software architecture is dedicated to handling authentication and authorization processes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages