https://github.com/bauer01/fake-login
Are you tired of authentication while developing your Nette app?
https://github.com/bauer01/fake-login
Last synced: 7 months ago
JSON representation
Are you tired of authentication while developing your Nette app?
- Host: GitHub
- URL: https://github.com/bauer01/fake-login
- Owner: bauer01
- License: mit
- Created: 2014-10-07T15:20:49.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-24T15:53:34.000Z (over 11 years ago)
- Last Synced: 2025-01-31T07:11:09.803Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 137 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Fake login
==========
Fake login extension for Nette framework.
## Install
```yml
extension:
fakeLogin: Bauer01\FakeLogin\DI\Extension
fakeLogin:
id: 1
roles:
- developer
data:
name: ...
...
```