Metadata-Version: 2.1
Name: identity
Version: 0.1.0
Summary: This is an authentication/authorization library, currently optimized for web apps. It provides some higher level APIs built on top of Microsoft's MSAL Python.
Home-page: https://github.com/rayluo/identity
Author: Ray Luo
Author-email: rayluo.mba@gmail.com
License: MIT
Project-URL: Changelog, https://github.com/rayluo/identity/releases
Keywords: identity,auth,authentication,authorization
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# Identity library

This is an authentication/authorization library, currently optimized for web apps.
It provides some higher level APIs built on top of
[Microsoft's MSAL Python](https://github.com/AzureAD/microsoft-authentication-library-for-python).

## Scenarios supported

* Web app that signs in users
* Web app that signs in users and calls a web API on their behalf
* Protected web API that only authenticated users can access (Partial support)
* [In roadmap] Protected web API that calls another (downstream) web API on behalf of the signed-in user

## Installation

TBD


## Versions

This library follows [Semantic Versioning](http://semver.org/).

You can find the changes for each version under
[Releases](https://github.com/rayluo/identity/releases).


## Usage

Sample coming soon.

