From 666acd57bfc281e9f4f6614bd1e16922c784b969 Mon Sep 17 00:00:00 2001 From: Alexander Date: Fri, 23 Jun 2023 13:52:27 +0300 Subject: [PATCH] #tech added badges into the Readme file --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f92736..5174810 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # ThirdPartyAuth -![ThirdPartyAuthLogo](TechDocs/thirdPartyAuthLogo.png) +[![Build Status](https://github.com/surfstudio/ThirdPartyAuth/actions/workflows/main.yml/badge.svg)](https://github.com/surfstudio/ThirdPartyAuth/actions/workflows/main.yml) +[![SPM Compatible](https://img.shields.io/badge/SPM-compatible-blue.svg)](https://github.com/apple/swift-package-manager) +[![Version](https://img.shields.io/github/release/surfstudio/ThirdPartyAuth.svg?style=flat)]() + +![ThirdPartyAuth Logo Image](TechDocs/thirdPartyAuthLogo.png) ## About @@ -8,7 +12,7 @@ Library for quick register or login into your application using third party acco - **ThirdPartyAuth** module include components for auth / register user's in your app with their third party accounts. After getting response from this module you'll need to sent all necessary data to your backend-side and process them there. - **ThirdPartyAuthUI** is a set of components that you can integrate into your app, if you don't need custom UI. -![ThirdPartyAuthPreview](TechDocs/thirdPartyAuthPreview.png) +![ThirdPartyAuth Preview Image](TechDocs/thirdPartyAuthPreview.png) ## Features