dejwcake/admin-auth

Authentication interface for brackets/admin-ui

Installs: 292

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 16

Type:project

0.9.0 2023-05-06 23:59 UTC

This package is auto-updated.

Last update: 2024-05-07 02:12:21 UTC


README

This package handles authentication into Admin UI interface for our Craftable (brackets/craftable) package. It provides these features:

  • User authentication
  • Reset password
  • Account activation

Provided 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

You can find full documentation at https://docs.getcraftable.com/#/admin-auth

Run tests

To run tests use this docker environment.

  docker-compose run -it test vendor/bin/phpunit

To switch between postgresql and mariadb change in docker-compose.yml DB_CONNECTION environmental variable:

- DB_CONNECTION: pgsql
+ DB_CONNECTION: mysql

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.