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
Additional features:
- Users data table
- Modals (default and confirm dialog)
- User form for (new and edit)
- View user (static content)
- View, edit, delete user via data table or page
- Create config files for data table and forms
- Update bin install and reinstall exe files
- Update README file
| Super Admin User |`superadmin@email.com`| Has wildcard access |
103
+
| Admin User |`admin@email.com`| Has wildcard access but `Admin › Users › Delete` is excluded |
104
+
| Common User |`user@email.com`| Can access `My Profile`, `Admin › Dashboard`, `Users`, `Users › View, and Settings`|
105
+
| Referrer User |`referrer@email.com`| When `redirect` is set without the domain, e.i. `/admin/dashboard`, user shall be redirected to internal page if no location path (referrer) found on the Sign In page |
106
+
| Redirect User |`redirect@email.com`| When `redirect` is set with complete URL, e.i. `https://github.com/anthub-services`, user shall be redirected to external page if no location path (referrer) found on the Sign In page |
107
+
| Blocked User |`blocked@email.com`| User is signed in but the account is blocked |
108
+
| Unauthorized User |`<any invalid email>`| Simply enter wrong `email` and/or `password`|
109
+
110
+
## Docker Boilerplates
111
+
112
+
The following boilerplates can be used to install and run the API and client boilerplates in a Docker container.
113
+
114
+
[Docker for Node API Mockup Data and Client Boilerplates](https://github.com/anthub-services/docker-for-node-api-mockup-data-and-client-boilerplates)
115
+
<br />
116
+
[Docker for Node API and Client Boilerplates](https://github.com/anthub-services/docker-for-node-api-and-client-boilerplates)
117
+
<br />
118
+
[Docker for Rails API and Client Boilerplates](https://github.com/anthub-services/docker-for-rails-api-and-client-boilerplates)
0 commit comments