RADAR-base / RADAR-Rest-Source-Auth

A simple application to support authorization of wearable devices using OAuth using a webservice with REST Endpoints.
https://radar-base.org/
Apache License 2.0
1 stars 0 forks source link

Make authorised query param true by default when GET users #211

Closed yatharthranjan closed 1 year ago

yatharthranjan commented 1 year ago

This is to avoid breaking functionality in existing apps (push-endpoint).

Here is the line where change is required https://github.com/RADAR-base/RADAR-Rest-Source-Auth/blob/28b04d49e0882dd2dac9fdef6d2ed72d13dad998/authorizer-app-backend/src/main/java/org/radarbase/authorizer/resources/RestSourceUserResource.kt#L60

yatharthranjan commented 1 year ago

fixed in #214