-
We already have a password-protected admin menu, but for some reason the collegiate team management view paths start with `hq/`.
-
I want to save or edit this nested table with the pivot table but I can not access the pivot because the Laravel-admin can not see the pivot table, it just sees the nested table and see the model met…
-
I was wondering if you might add a feature to the Docs Admin Settings. "Minimum role to delete existing Docs:" This way, security could be established if necessary to protect the document. Settings…
-
I've realized depending on the privileges you give the GH_PAT you set, it can be a sneaky problem. If you don't have admin privileges on your repo, then it won't push to main IF you also have `main` p…
-
The proxysql is very powerful tool to proxy mysql in a very clean way but it just missed an important feature that it needs to have same credentials for both backend and frontend. We have multiple bac…
-
For authorisation:
1. Users can be categorised into 3 groups (user,admin,recruiter)
2. Create a session which stores the users data
3. Create a decorator to verify if the user matches the required …
-
HI!
I have Devise based user authentication in my app, but I have a public area and a protected under /admin/ route. As I'm using User as a model in both areas Devise created the helper methods as "c…
-
Hi,
Great work. I was wondering if this plugin can be extended to protect also other folders than just admin.
Best
Mario
-
Protected route
If the user is an admin , they should be able to delete a book
If the endpoint is a valid book_id , then the corresponding book should be deleted from the db
Return a json upon succ…
-
Hello,
Given this vhost:
```
server {
listen 8080;
server_name xxxx;
location / {
return 301 https://$host$request_uri;
}
}
server {
listen 443 ssl http2…