Metadata-Version: 2.1
Name: projectrexa
Version: 0.1.1.0
Summary: ProjectRexa SSO Managing Module
Home-page: https://github.com/Om-Mishra7/ProjectRexa-PyPI
Author: ProjectRexa
Author-email: admin@projectrexa.ml
License: UNKNOWN
Download-URL: https://github.com/Om-Mishra7/ProjectRexa-PyPI/archive/0.1.1.0.tar.gz
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Description-Content-Type: text/markdown
Requires-Dist: flask
Requires-Dist: cryptography
Requires-Dist: requests

# ProjectRexa SSO Managing Module

[![Python](https://img.shields.io/pypi/pyversions/projectrexa)](https://img.shields.io/pypi/pyversions/projectrexa)
[![Pypi](https://img.shields.io/pypi/v/projectrexa)](https://pypi.org/project/projectrexa/)
[![LOC](https://sloc.xyz/github/Om-Mishra7/ProjectRexa-PyPI/?category=code)](https://github.com/Om-Mishra7/ProjectRexa-PyPI/)
[![Downloads](https://static.pepy.tech/personalized-badge/projectrexa?period=month&units=international_system&left_color=grey&right_color=brightgreen&left_text=PyPI%20downloads/month)](https://pepy.tech/project/projectrexa)
[![Downloads](https://static.pepy.tech/personalized-badge/projectrexa?period=total&units=international_system&left_color=grey&right_color=brightgreen&left_text=Downloads)](https://pepy.tech/project/projectrexa)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/Om-Mishra7/ProjectRexa-PyPI/blob/master/LICENSE)
[![Forks](https://img.shields.io/github/forks/Om-Mishra7/projectrexa.svg)](https://github.com/Om-Mishra7/ProjectRexa-PyPI/network)
[![Issues](https://img.shields.io/github/issues/Om-Mishra7/projectrexa.svg)](https://github.com/Om-Mishra7/ProjectRexa-PyPI/issues)

## Description

This module is responsible for managing the SSO (Single Sign On) for the ProjectRexa platform. It is responsible for the following tasks:

 - Initializing the SSO request
 - Handling the SSO callback
 - Handling the response verification

## Usage

This module is used by the ProjectRexa platform to manage the SSO. It is not intended to be used by itself and is not a standalone module, but rather a part of the ProjectRexa platform.

