https://github.com/badchoice/gandalf
https://github.com/badchoice/gandalf
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/badchoice/gandalf
- Owner: BadChoice
- Created: 2016-08-17T19:24:08.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-17T19:26:18.000Z (almost 10 years ago)
- Last Synced: 2025-04-28T16:55:55.329Z (about 1 year ago)
- Language: PHP
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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');
```