WISE-Community / WISE-API

WISE Backend
https://wise.berkeley.edu
Other
4 stars 3 forks source link

feat(User): Change role to roles #257

Closed geoffreykwan closed 8 months ago

geoffreykwan commented 8 months ago

The endpoint /api/user/info currently returns an object with a role field which is a single string. Change this field to a roles field which is an array of strings. Users can actually have multiple roles so this will allow us to return all the roles a user has.

geoffreykwan commented 4 months ago

:tada: This issue has been resolved in version 1.2.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: