An open API service indexing awesome lists of open source software.

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?

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: ...
...
```