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

Adds filter on the front end for users #42

Closed mpgxvii closed 4 years ago

mpgxvii commented 4 years ago

Partially solves #13

yatharthranjan commented 4 years ago

hi @mpgxvii , I think yes this needs to be done from the backend based on the token provided by the frontend. The frontend should only be responsible for getting a valid token using auth code flow.

mpgxvii commented 4 years ago

@yatharthranjan Also, I was wondering maybe it would be good to implement this similar to Management Portal front end? Where projects (where the user has access to) are shown upon login?