Skip to content

Authentication functionality in Zend Framewrok2 without Database

License

MIT, BSD-3-Clause licenses found

Licenses found

MIT
LICENSE
BSD-3-Clause
ZEND-LICENSE.txt
Notifications You must be signed in to change notification settings

JinalParmar26/zendAuth

Repository files navigation

composer install

php -S localhost:8000 -t public

If any error there or page is blank then do following:

Go to `/vendor/zendframework/zend-session/src/AbstractContainer.php` file and change function name `offsetGet` to `&offsetGet`

Valid Username and passwords:

user1 / user1

user2 / user2

test / test

About

Authentication functionality in Zend Framewrok2 without Database

Resources

License

MIT, BSD-3-Clause licenses found

Licenses found

MIT
LICENSE
BSD-3-Clause
ZEND-LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published