【メール送信】
https://mailtrap.io/signin
【Google Cloud Console】
https://console.cloud.google.com/welcome左上3本線から
APIサービスー>認証情報
OAuth 2.0 クライアント ID
アプリ情報
・プロジェクトの構成
OAuthクライアントID
名前:SecureAuth2026
URL1:http://localhost:3000
【GITHUB】
Something users will recognize and trust.
The full URL to your application homepage.
This is displayed to all users of your application.
- http://localhost:3000/auth/github-callback
Your application’s callback URL. Read our OAuth documentation for more information.
【X】
【facebook】
https://developers.facebook.com/apps/
アプリ設定ー>ベーシック
https必須( httpは受けつけないもよう)
【Django+Next.js HTTPSデバック】
■Django
pip install django-extensions Werkzeug・settings.py
INSTALLED_APPS = [
...
"django_extensions",
]
CSRF_TRUSTED_ORIGINS
CORS_ALLOW_CREDENTIALS
・起動
python manage.py runserver_plus --cert-file cert.crt