From 0458234daef3a1c4e7d013eef0e44fa4d63e4830 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Kr=C3=A4mer?= <4996022+floriankraemer@users.noreply.github.com> Date: Sun, 17 Mar 2024 01:57:29 +0100 Subject: [PATCH] Update readme.md --- readme.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index 3884a8b6..2ff35800 100644 --- a/readme.md +++ b/readme.md @@ -1,10 +1,10 @@ # Authentication -[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE) -[![Scrutinizer Coverage](https://img.shields.io/scrutinizer/coverage/g/Phauthentic/authentication/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/Phauthentic/authentication/?branch=2.0) -[![Code Quality](https://img.shields.io/scrutinizer/g/Phauthentic/authentication/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/Phauthentic/authentication/?branch=2.0) -![phpstan Level 8](https://img.shields.io/badge/phpstan-Level%208-brightgreen?style=flat-square) -![php 8.0](https://img.shields.io/badge/php-8.0-blue?style=flat-square) +[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=for-the-badge)](LICENSE) +![Codecov](https://img.shields.io/codecov/c/github/phauthentic/authentication/master?style=for-the-badge) +[![Code Quality](https://img.shields.io/scrutinizer/g/Phauthentic/authentication/master.svg?style=for-the-badge)](https://scrutinizer-ci.com/g/Phauthentic/authentication/?branch=master) +![phpstan Level 8](https://img.shields.io/badge/phpstan-Level%208-brightgreen?style=for-the-badge) +![php 8.0](https://img.shields.io/badge/php-8.0-blue?style=for-the-badge) This library intends to provide a framework around authentication and user identification. Authorization is a [separate concern](https://en.wikipedia.org/wiki/Separation_of_concerns).