❤️ Support Masonite

masonite-ready-auth

Community V0.0.7
0
0
0

pip install masonite-ready-auth

ReadyAuth

Masonite Package GitHub Workflow Status (branch) PyPI Python Version GitHub release (latest by date including pre-releases) License Code style: black

Introduction

Custom authentication module for Masonite 4.

Features

  • Add your package main features here
  • and here

Official Masonite Documentation

New to Masonite ? Please first read the Official Documentation. Masonite strives to have extremely comprehensive documentation 😃. It would be wise to go through the tutorials there. If you find any discrepencies or anything that doesn't make sense, be sure to comment directly on the documentation to start a discussion!

Have questions or want to talk? Be sure to join the Masonite Discord Community!

Installation

pip install masonite-ready_auth

Configuration

Add ReadyAuthProvider to your project in config/providers.py:

# config/providers.py
# ...
from ready_auth import ReadyAuthProvider

# ...
PROVIDERS = [
    # ...
    # Third Party Providers
    ReadyAuthProvider,
    # ...
]

Then you can publish the package resources (if needed) by doing:

python craft package:publish ready_auth

Usage

Explain how to use your package

Contributing

Please read the Contributing Documentation here.

Maintainers

License

ReadyAuth is open-sourced software licensed under the MIT license.

Last update: