BobaBoard / issues

BobaBoard issue tracking
2 stars 0 forks source link

Improve RESTfulness by moving some data from Realms endpoints to Users endpoints #95

Open virtuous-cat opened 2 years ago

virtuous-cat commented 2 years ago

There is user-related data being returned from realms endpoints that should instead be returned from users endpoints to better comply with REST.

What we need:

May also need to make useRealmPermissions into a separate hook instead of part of the RealmContext.