More secure default group authentication #30
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When setting a default group for a computer:
To login:
The app admin should be able to remove/disable group tokens, which remove the token from a whitelist to prevent jwt tokens already logged in to access the app. The whitelist will be built at start up from the database group tokens, and will be updated when adding a new group token.
The tokens should not be assignable to more than one browser. Thus, after being created, the group tokens will not be editable or re-assignable.