Based on my issue for scopes #31 this is my pull request.
You have basic 'users' scope for all user related stuff. And users:create, users:read..etc. if you want specific scope for a token. For Administrator there is no logic to have 'admin' scope, so if you pass and 'basic' scope to an administrator he will have the same permissions as a nomer users and he will be able to control only his objects.
I also updated the Readme file for message entity. If you find any problem please let me know or if you don't agree with my proposal.
Based on my issue for scopes #31 this is my pull request. You have basic 'users' scope for all user related stuff. And users:create, users:read..etc. if you want specific scope for a token. For Administrator there is no logic to have 'admin' scope, so if you pass and 'basic' scope to an administrator he will have the same permissions as a nomer users and he will be able to control only his objects. I also updated the Readme file for message entity. If you find any problem please let me know or if you don't agree with my proposal.