You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, JSON web tokens use an integer 'group' identifier to signify the level of access that should be afforded to a user. We should instead use role (to align with PostgREST) and switch to strings that have some more semantic meaning.
The text was updated successfully, but these errors were encountered:
Right now, JSON web tokens use an integer 'group' identifier to signify the level of access that should be afforded to a user. We should instead use
role
(to align with PostgREST) and switch to strings that have some more semantic meaning.The text was updated successfully, but these errors were encountered: