marketing-factory / oauth2

Generic OAuth2 authentication and authorization for TYPO3 CMS
Other
9 stars 18 forks source link

Use scope read_api instead of full api access #53

Open christian-fries opened 4 months ago

christian-fries commented 4 months ago

Full api access is not needed, read-only access is enough. This is a breaking change, though, because the scope of the application has to be adjusted.

Resolves #25

infabo commented 4 months ago

I fully support this change. This has been mentioned several times already, but we need to finally enroll this change.

christian-fries commented 2 months ago

Anything I can do to get this change merged?