Skip to content

Commit

Permalink
Status badges
Browse files Browse the repository at this point in the history
  • Loading branch information
edgrosvenor committed Feb 28, 2020
1 parent 92048b6 commit 6f33b29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Laravel Passwordless Login
### A simple, safe magic login link generator for Laravel
[![Latest Version on Packagist](https://img.shields.io/packagist/v/grosv/laravel-passwordless-login.svg?style=flat-square)](https://packagist.org/packages/grosv/laravel-passwordless-login)
[![StyleCI](https://github.styleci.io/repos/234602553/shield?branch=master)](https://github.styleci.io/repos/234602553)
![Build Status](https://app.chipperci.com/projects/f7090772-1ef1-443e-acfc-8cb77cb84b51/status/master)
[![StyleCI](https://github.styleci.io/repos/243858945/shield?branch=master)](https://github.styleci.io/repos/243858945)
![Build Status](https://app.chipperci.com/projects/8c76f67e-e513-46a3-ad7a-aecb136dfa05/status/master)

This package provides a temporary signed route that logs in a user. What it does not provide is a way of actually sending the link to the route to the user. This is because I don't want to many any assumptions about how you communicate with your users.

Expand Down

0 comments on commit 6f33b29

Please sign in to comment.