Attribute-Based Access Control service library.
Go to file
2024-12-26 01:02:38 -06:00
attribute.go feat: Initial implementation of an attribute based authentication system 2024-12-26 00:43:25 -06:00
go.mod fix: change module name to correct value 2024-12-26 01:02:38 -06:00
go.sum feat: Initial implementation of an attribute based authentication system 2024-12-26 00:43:25 -06:00
policy_engine.go feat: Initial implementation of an attribute based authentication system 2024-12-26 00:43:25 -06:00
service.go feat: Initial implementation of an attribute based authentication system 2024-12-26 00:43:25 -06:00
simple_policy_engine.go feat: Initial implementation of an attribute based authentication system 2024-12-26 00:43:25 -06:00
sql_policy_engine.go feat: Initial implementation of an attribute based authentication system 2024-12-26 00:43:25 -06:00
sqlite_store_test.go feat: Initial implementation of an attribute based authentication system 2024-12-26 00:43:25 -06:00
sqlite_store.go feat: Initial implementation of an attribute based authentication system 2024-12-26 00:43:25 -06:00
store.go feat: Initial implementation of an attribute based authentication system 2024-12-26 00:43:25 -06:00