Metadata-Version: 2.1
Name: auth-checker
Version: 1.0.0
Summary: Contains the AuthChecker class for apps using the Auth Service
Author-email: Ryan Semmler <rsemmle@ncsu.edu>
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Dist: fastapi
Requires-Dist: PyJWT
Project-URL: Homepage, https://github.com/ncstate-sat/auth_checker

# Auth Checker

This repository contains a class that checks if a user has the specified role in their JWT payload
    ([view usage](https://github.com/ncstate-sat/clearance-service/blob/56ac7a89729cff05f840561611ca7aa2186f473f/crud/assignments.py#L74))

