Skip to content

authlibを使ったoAuth2の認証を行うためのサンプルコード

License

Notifications You must be signed in to change notification settings

hrsano645/python-authlib-example

Repository files navigation

python-authlib-example

authlibを使ったoAuth2の認証を行うためのサンプルコード

必要なもの

サンプルコード

src/python_authlib_example/__init__.py にあります。

  • 冒頭にある定数の設定をします
  • main関数で、oAuth2のクライアントオブジェクトまで作成しています
  • API操作のコードはrequestsオブジェクトとして準備します
  • 取得したトークンはSAVE_TOKEN_PATHのパスに保存されます。再利用もします。
  • リフレッシュトークンによる更新も行います

参考

Authlibの該当ページ: https://docs.authlib.org/en/latest/client/oauth2.html

About

authlibを使ったoAuth2の認証を行うためのサンプルコード

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages