mirror of
https://gitlab.com/fabinfra/fabaccess/fabaccess-api.git
synced 2025-03-12 14:51:42 +01:00
Improve Auth & Session
This commit is contained in:
parent
8de6cd1924
commit
0a93c1c3f8
@ -88,6 +88,9 @@ struct Response {
|
||||
# was established by the SASL exchange.
|
||||
|
||||
session @4 :Session;
|
||||
# The session that was created. It grants access to all capabilities the connecting
|
||||
# party has permissions for.
|
||||
|
||||
additionalData @5 :Data;
|
||||
# SASL may send additional data with the successful result. This MAY be a NULL-ptr or a
|
||||
# non-NULL list ptr of zero bytes which clients MUST pass to their SASL implementation
|
||||
|
@ -24,9 +24,7 @@ interface Bootstrap
|
||||
}
|
||||
|
||||
struct Session {
|
||||
me @0 :Text;
|
||||
|
||||
machineSystem @1 : MachineSystem;
|
||||
userSystem @2 : UserSystem;
|
||||
permissionSystem @3 : PermissionSystem;
|
||||
machineSystem @0 : MachineSystem;
|
||||
userSystem @1 : UserSystem;
|
||||
permissionSystem @2 : PermissionSystem;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user