A Python library that helps developers create OAuth2 systems.
Python 3 or higher.
pip install noah
from noah import NoahSec, OAuthSimple
Noah = (OAuthSimple)
noah = Noah(__name__)
# In ("") input your OAuth Name.
@noah.auth("oauth")
def your_oauth_name():
noah.sec.define(oauth_name.define)To read the project documentation, open the docs folder.
- Docs:
To contribute to this project, follow the Contributing Guidelines, You have to read this to contribute to the project.
MIT License.
Read the License file for more information.