How to use GitHub
- Please use the 馃憤 reaction to show that you are affected by the same issue.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Steps to reproduce
Search code for oc_requesttoken
Expected behaviour
Not using oc_requesttoken as deprecated since Nextcloud 17 and scheduled for removal since Nextcloud 20 (will be removed in Nextcloud 35).
Actual behaviour
Still some files use oc_requesttoken
Either use OC.requestToken or getRequestToken from @nextcloud/auth (see https://nextcloud-libraries.github.io/nextcloud-auth/functions/getRequestToken.html )
How to use GitHub
Steps to reproduce
Search code for
oc_requesttokenExpected behaviour
Not using
oc_requesttokenas deprecated since Nextcloud 17 and scheduled for removal since Nextcloud 20 (will be removed in Nextcloud 35).Actual behaviour
Still some files use
oc_requesttokenEither use
OC.requestTokenorgetRequestTokenfrom@nextcloud/auth(see https://nextcloud-libraries.github.io/nextcloud-auth/functions/getRequestToken.html )