Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brackets-by-triad/admin-auth
Authentication into Admin UI interface.
https://github.com/brackets-by-triad/admin-auth
Last synced: about 1 month ago
JSON representation
Authentication into Admin UI interface.
- Host: GitHub
- URL: https://github.com/brackets-by-triad/admin-auth
- Owner: BRACKETS-by-TRIAD
- Created: 2017-09-06T12:09:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-30T12:02:24.000Z (about 1 year ago)
- Last Synced: 2024-10-27T09:49:10.740Z (about 2 months ago)
- Language: PHP
- Homepage:
- Size: 317 KB
- Stars: 7
- Watchers: 2
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Admin Auth
This package handles authentication into Admin UI interface for our [Craftable](https://github.com/BRACKETS-by-TRIAD/craftable) (`brackets/craftable`) package. It provides these features:
- User authentication
- Reset password
- Account activationProvided functionality is ready to use - package exposes a set of routes, it has controllers and views (based on `brackets/admin-ui` admin template).
![Admin login form](https://docs.getcraftable.com/assets/login-form.png "Admin login form")
You can find full documentation at https://docs.getcraftable.com/#/admin-auth
## Issues
Where do I report issues?
If something is not working as expected, please open an issue in the main repository https://github.com/BRACKETS-by-TRIAD/craftable.