You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The OAuth2 Provider documentation (https://docs.gitea.com/development/api-usage#oauth2-provider) states that the keyword 'token' is required in the Authorization header and this is required due to historical reasons. Is there an easy/simple way to remove this requirement, e.g. edit 'app.ini'? If not can this be added?
I'm working with a vendor supplied application that isn't designed specifically to work with Gitea but is designed to work with GitHub, GitLab and BitBucket and I have been able to get it work work without problems with GitHub.com Server Enteprise.