umbraco / Umbraco.AuthorizedServices

Umbraco Authorized Services is an open-source package designed to reduce the effort needed to integrate third party services that require authentication and authorization via an OAuth flow.
MIT License
14 stars 7 forks source link

Feature/manually add api key #25

Closed acoumb closed 1 year ago

acoumb commented 1 year ago

Current PR contains the implementation of a feature allowing administrators to persist an API key in the database. With this update, as a service could have a key both in the settings and in the database, across various checks the stored token takes precedence.

Updates:

acoumb commented 1 year ago

Updates look good. My plan was to first have the additional authorization flows finished and merged into develop, and handle docs related tasks in separated PRs.

Merging this for now and we can discuss more in our meeting.