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
Hello, i am using this package and so far its going great, but a small thing is annoying me which is if i am using express url's as resource names in the acl allow rules then the wild cards are not supported e.g.
Problem Statement
Hello, i am using this package and so far its going great, but a small thing is annoying me which is if i am using express url's as resource names in the acl allow rules then the wild cards are not supported e.g.
/api/users/login (resource 1)
/api/users/signup (resource 2)
/api/users/lremove (resource 3)
e.g. in config they would be written as
Problem Solution Expected
now to allow these to user we have to define these separately instead of this i am expecting some thing like following in the config
The text was updated successfully, but these errors were encountered: