❤️ Support Masonite so we can continue to build new packages!
pip install masonite-ready-auth
Custom authentication module for Masonite 4.
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!
pip install masonite-ready_auth
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
Explain how to use your package
Please read the Contributing Documentation here.
ReadyAuth is open-sourced software licensed under the MIT license.
Last update: