Add Notification Actions to Nextcloud notification 2FA
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 2.5k
- Forks
- 1k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 13
Description
Right now [https://github.com/nextcloud/twofactor_nextcloud_notification](Nextcloud Two Factor Notifications) currently shows you a notification like this:
As you can see, this notification was taken from my Apple Watch, and there are a few issues I have with it. First off, there's no way to take action from the notification itself, iOS supports handling notifications with actions. Which is a feature used with other authenticators like Duo and Microsoft Authenticator. Because there aren't any Actions on the Notification, there is no way to authenticate without opening the whole app.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the Nextcloud Two Factor Notifications integration and Apple's UserNotifications actions documentation, then locate the iOS notification handling entry point. Done means a 2FA notification exposes actions that can authenticate without opening the full app; the issue does not name specific files or tests to run.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios, swift
- Domain
- authentication, mobile
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100