thevahidal / soul

🕉 A SQLite REST and realtime server
https://thevahidal.github.io/soul/
MIT License
1.45k stars 49 forks source link

Add an API to list one's permissions #173

Closed thevahidal closed 3 months ago

thevahidal commented 3 months ago

Is your feature request related to a problem? Please describe. Right now we're storing one's permissions inside his/her jwt token, which made our cookies too big to be stored in browser.

Describe the solution you'd like

Describe alternatives you've considered Making the permissions object inside JWT token smaller

Additional context N/A