From 5cce17a44f17af381d14eaa3e97f3dc24dbd3beb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Sat, 28 May 2022 20:40:32 +0000 Subject: [PATCH] Improve README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8af2595..5b5f0f6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Laravel Passwordless Login + +[![build status](https://github.com/grosv/laravel-passwordless-login/actions/workflows/test.yml/badge.svg)](https://github.com/grosv/laravel-passwordless-login/actions/workflows/test.yml) + ### A simple, safe magic login link generator for Laravel -![build status](https://github.com/grosv/laravel-passwordless-login/actions/workflows/test.yml/badge.svg) 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 make any assumptions about how you communicate with your users.