diff options
| author | 2025-04-07 16:14:41 +0200 | |
|---|---|---|
| committer | 2025-04-07 16:14:41 +0200 | |
| commit | 365b5753419238bb96bc3f9b744d380ff20cbafc (patch) | |
| tree | 6b8e8b605c4cddeb6e3bc0f574ffbc856657e56c /ROADMAP.md | |
| parent | [bugfix] Don't assume `"manuallyApprovesFollowers": true` if not set (#3978) (diff) | |
| download | gotosocial-365b5753419238bb96bc3f9b744d380ff20cbafc.tar.xz | |
[feature] add TOTP two-factor authentication (2FA) (#3960)
* [feature] add TOTP two-factor authentication (2FA)
* use byteutil.S2B to avoid allocations when comparing + generating password hashes
* don't bother with string conversion for consts
* use io.ReadFull
* use MustGenerateSecret for backup codes
* rename util functions
Diffstat (limited to 'ROADMAP.md')
| -rw-r--r-- | ROADMAP.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ROADMAP.md b/ROADMAP.md index 3b03475a2..6000e3462 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -73,10 +73,10 @@ These are provided in no specific order. - [x] **Non-replyable posts** -- design a non-replyable post path for GoToSocial based on https://github.com/mastodon/mastodon/issues/14762#issuecomment-1196889788; allow users to create non-replyable posts. - [x] **Block + allow list subscriptions** -- allow instance admins to subscribe their instance to domain block/allow lists. - [x] **Direct conversation view** -- allow users to easily page through all direct-message conversations they're a part of. -- [ ] **Oauth token management** -- create / view / invalidate OAuth tokens via the settings panel. -- [ ] **Status EDIT support** -- edit statuses that you've created, without having to delete + redraft. Federate edits out properly. +- [x] **Oauth token management** -- create / view / invalidate OAuth tokens via the settings panel. +- [x] **Status EDIT support** -- edit statuses that you've created, without having to delete + redraft. Federate edits out properly. - [ ] **Fediverse relay support** -- publish posts to relays, pull posts from relays. -- [ ] **Two factor authentication (2fa)** -- allow users to enable 2FA for their account via the settings panel, enforce 2FA on login. +- [x] **Two factor authentication (2fa)** -- allow users to enable 2FA for their account via the settings panel, enforce 2FA on login. - [ ] **Moderation: Append content warning / mark-as-sensitive all content from an instance/account**. More tbd! |
