Skip to content

Releases: RADAR-base/RADAR-Rest-Source-Auth

Release 1.0.0

31 Oct 15:05
Compare
Choose a tag to compare

Release 1.0.0

  • An application to get authorization from external source users to access their data through 3rd party REST APIs. Mainly supports OAuth2 Authorization code follow to request authorization and processes the returned authorization code to add new entries of rest source users. It creates new users and adds properties compatible and required by the RADAR-REST-CONNECTOR/RADAR-FITBIT-REST-CONNECTOR.
  • It has one active entity where we store user properties.
  • Has liquibase support to enable seamless database schema migration.
  • Has a simple web-service with REST Endpoints to share configured source-type details and authorized users.
  • Currently various source-types can be configured using a YAML file and these entries are stored in memory.
  • Has a simple UI to interact with user to enable external source authorization.