2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Google OAuth2.0 認証連携 概要

Last updated at Posted at 2020-10-10

Googleの認証機能を用いて、Webアプリにログインする際のシーケンスや開発に必要な事前作業をメモする。

概シーケンス

Login_with_Google.png

開発に必要な事前作業

※Googleアカウント必要

  1. Google Developers Consoleでプロジェクトを作成する。
  2. プロジェクト用のクライアントIDとクライアントシークレットを取得し、リダイレクトURIを登録する。
  3. OAuth同意画面でアプリケーション名やスコープを登録する。

参考情報

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?