Auth Management
Use your root admin token to manage owners and tokens. Tokens are stored as SHA‑256 hashes. You can add and delete owners; individual token removal coming later.
1) Admin Token
Your browser will remember this for the current tab (localStorage).
2) Add Owner / Token
Tip: Each collaborator uses their own token. For Git Basic auth, set username = owner and
password = token.
Owners
0 owners(none)
Usage examples
- Git Basic auth: use
username = owner,password = token.