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

https://github.com/badchoice/gandalf


https://github.com/badchoice/gandalf

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Gandalf

A simple library to protect your `Laravel` application by fingerprinting each user Login

Simply do

```
Gandalf::trackUser($allowNewUsers)->sendEmailIfNew('emails.newDevice','anEmail@example.com');
```