Skip to content

Commit

Permalink
#tech added badges into the Readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
chausovSurfStudio committed Jun 23, 2023
1 parent 337e3fa commit 666acd5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
@@ -1,14 +1,18 @@
# 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

Library for quick register or login into your application using third party accounts. It has two main modules - **ThirdPartyAuth** and **ThirdPartyAuthUI**.
- **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

Expand Down

0 comments on commit 666acd5

Please sign in to comment.