DigitalState / Identities

The DigitalState Identities Microservice
MIT License
5 stars 3 forks source link

Make the Individual's BU accessible #6

Closed baddlan closed 7 years ago

baddlan commented 7 years ago

This will be used for filtering queries. Preferably in the token.

marioprudhomme commented 7 years ago

Done. deaef8b64f2468b419c7ae2a29678d3f7668a018

At the moment, doing a GET /individuals/uuid will get the BU memberships.

One potential issue of storing it in the token is if the membership changes, the token needs to be re-created. Thoughts?

marioprudhomme commented 7 years ago

The concept was abandoned in favor of adding a server-side doctrine orm query extension.