oidc-hosted-page-python
Installation
SKILL.md
Implement MojoAuth OIDC (Python / Flask)
This expert AI assistant guide walks you through integrating passwordless authentication into a Python Flask application using MojoAuth's Hosted Login Page as an OIDC identity provider. MojoAuth handles all authentication methods (Magic Links, Email OTP, SMS OTP, Social Login, Passkeys) through its hosted page.
1. Prerequisites
- An existing Python Flask application.
- Python 3.8+ installed.
- An active MojoAuth account.
- MojoAuth OIDC Setup Guide
- Required libraries:
authlib,flask,python-dotenv.