29 lines
828 B
Markdown
29 lines
828 B
Markdown
# Hackers Town Server User Generator
|
|
|
|
use Mastodon oauth to generate system users
|
|
|
|
Warrant canary available at /etc/ttyserver/canary
|
|
|
|
# Work In Progress
|
|
|
|
## Active TODO:
|
|
|
|
*Fix OAuth Process (Invalid showing up)*
|
|
|
|
Fix involves changing auth procedure to store the reusable auth token encrypted in the client browser.
|
|
This should alleviate the occasional invalid error.
|
|
|
|
## TODO: (From Fedi Reports)
|
|
|
|
* [ ] Descriptive pubkey upload responses
|
|
* [ ] **Fix OAuth Process (Invalid showing up)**
|
|
* [ ] UI to manage user's public keys
|
|
* [ ] Web Notifications for user activity
|
|
* [ ] Web UI to opt into [Gemini Web Proxy](https://git.corrupt.link/maddiefuzz/skeksis)
|
|
* [ ] Canary description popup?
|
|
* [ ] Shift-Click for Keygen Options
|
|
* [ ] Download SSH Public Key on fingerprint click?
|
|
|
|
## Completed TODO:
|
|
* Change Sign Up to Log In
|