Skip to content
Snippets Groups Projects
Commit 61c2948c authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Roles (partial implementation).

Track granted roles.
Represent roles granted to a user with a bitmap.
Disallow loops in role grants.
Add tests for box.schema.user.grant('username', 'rolename')
Add basic tests for loops in grant sequences.

Rewrite largely buggy code in authentication token lookup.
Do not waste space on authentication token bitmap, correctly
check for overflow of the bitmap.
parent 86b6702c
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment