https://github.com/nate0h/access-authorization-library
Designed and implemented an authentication and access control (authorization) library. The access control system that I designed supports: Users, Domains, Types & Access Permissions
https://github.com/nate0h/access-authorization-library
Last synced: 3 months ago
JSON representation
Designed and implemented an authentication and access control (authorization) library. The access control system that I designed supports: Users, Domains, Types & Access Permissions
- Host: GitHub
- URL: https://github.com/nate0h/access-authorization-library
- Owner: Nate0h
- Created: 2022-08-25T01:06:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-25T01:30:19.000Z (almost 3 years ago)
- Last Synced: 2025-01-15T11:16:55.868Z (5 months ago)
- Language: Java
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Access-Authorization-Library
Designed and implemented an authentication and access control (authorization) library. The access control system that I designed supports: Users, Domains, Types & Access Permissions.Users: A collection of usernames and passwords used to authenticate users and tracking members of domanins.
Domains: A collection of zero or more users.
Types: A named collection of zero or more objects. Objects are any string that have meaning to the application.
Access Permissions: Set access right that define operations that domains can perofrm on types.