Release 3.0.0
Changes from Release 2.0.0
- Adds support for
OAuth1
auth type andGarmin
auth (which usesOAuth1
) and generalise auth implementation to separateOAuth1
andOAuth2
- Adds
createdAt
user property - Fixes user query pagination in the frontend and backend (by default page size is
INT_MAX
) - Enables Kotlin linter
- Show reset version info in user info page
- Encode uri when getting projects to allow project ids to have whitespaces
- Show complete user id in update-rest-source-user component and show a tooltip with the complete user id in the user list component
DEPENDENCIES
For services using previous versions of the Rest Source Authorizer, the RestSourceUserDTO
must be updated:
externalId
is nowserviceUserId
authorized
is nowisAuthorized
Please follow the template on authorizer.yml.template
to add Garmin source type.