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
I like that everything below a URL is currently secure but I'd like to have another layer so that permission can be restricted on arbitrary sub-paths as well.
eg.
if someone has a token that gives access to /private/big_job/
I'd like to be able to restrict access to /private/big_job/internal/
not too hard and won't break the models... just need to adjust the use_token view. coming soon...
The text was updated successfully, but these errors were encountered:
I like that everything below a URL is currently secure but I'd like to have another layer so that permission can be restricted on arbitrary sub-paths as well.
eg.
if someone has a token that gives access to /private/big_job/
I'd like to be able to restrict access to /private/big_job/internal/
not too hard and won't break the models... just need to adjust the use_token view. coming soon...
The text was updated successfully, but these errors were encountered: