ユーザー認証サービスタンプレート
上級
これはEngineering分野の自動化ワークフローで、24個のノードを含みます。主にIf, Set, Crypto, Webhook, Airtableなどのノードを使用。 AirtableとJWTを使用した本番環境向けユーザー認証システム
前提条件
- •HTTP Webhookエンドポイント(n8nが自動生成)
- •Airtable API Key
カテゴリー
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
"id": "ax4NqX8wle2tpyxC",
"meta": {
"instanceId": "13d96e1ebd7901d1ed300d36db3a4447107e9ad60df51fe711e45683875362aa",
"templateCredsSetupCompleted": true
},
"name": "User Authentication Service Template",
"tags": [],
"nodes": [
{
"id": "aca01100-49cc-4b19-b8da-47809f60ab13",
"name": "付箋ノート2",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1660,
420
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "62520060-c70a-4b77-a3af-bd638ff03bc6",
"name": "付箋ノート3",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1640,
-880
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "8dcdd064-ebdd-4b82-a0cb-e95313251223",
"name": "パスワードのハッシュ化",
"type": "n8n-nodes-base.crypto",
"position": [
-480,
-640
],
"parameters": {},
"typeVersion": 1
},
{
"id": "52acc934-d361-4c07-bfe7-31f0813b2f25",
"name": "データベースへのレコード追加",
"type": "n8n-nodes-base.airtable",
"position": [
-260,
-640
],
"parameters": {},
"typeVersion": 2.1
},
{
"id": "93296673-4c4f-4b34-b800-30c323c48b4b",
"name": "サインアップ成功の応答",
"type": "n8n-nodes-base.respondToWebhook",
"position": [
-40,
-640
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "988e0252-18ce-4e01-8e31-57c7bb2f3aa4",
"name": "サインアップリクエスト",
"type": "n8n-nodes-base.webhook",
"position": [
-1100,
-840
],
"webhookId": "30ad296d-9b18-49e1-a443-9f2f20d468f9",
"parameters": {},
"typeVersion": 2
},
{
"id": "be3afe14-59c1-4f61-a311-7c194c9f5501",
"name": "サインインリクエスト",
"type": "n8n-nodes-base.webhook",
"position": [
-1120,
-180
],
"webhookId": "190cad91-8dde-4baa-8c72-2d587b2f7f3f",
"parameters": {},
"typeVersion": 2
},
{
"id": "da2d1f9c-97a6-4d24-b231-5e054269da51",
"name": "データベース内のメール確認",
"type": "n8n-nodes-base.airtable",
"onError": "continueRegularOutput",
"position": [
-900,
-840
],
"parameters": {},
"typeVersion": 2.1,
"alwaysOutputData": true
},
{
"id": "e73be62c-1b32-4a55-99b2-f28ef6e50761",
"name": "メールがデータベース内にある場合",
"type": "n8n-nodes-base.if",
"position": [
-680,
-840
],
"parameters": {},
"typeVersion": 2.2
},
{
"id": "6f5af8f1-e00a-4b3c-aae2-b2d7b65e3a0e",
"name": "メール既使用の応答",
"type": "n8n-nodes-base.respondToWebhook",
"position": [
-40,
-840
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "eaf42d05-4166-4c47-a29d-a6efc7ed1765",
"name": "ユーザー存在確認",
"type": "n8n-nodes-base.airtable",
"onError": "continueRegularOutput",
"position": [
-920,
-180
],
"parameters": {},
"typeVersion": 2.1,
"alwaysOutputData": true
},
{
"id": "6271eb5e-4a7b-47b4-bb70-da6401d24b41",
"name": "ユーザーが存在する場合",
"type": "n8n-nodes-base.if",
"position": [
-740,
-180
],
"parameters": {},
"typeVersion": 2.2
},
{
"id": "f70eb264-2b83-45ae-87a3-c839d6357121",
"name": "送信パスワードのハッシュ化",
"type": "n8n-nodes-base.crypto",
"position": [
-500,
-180
],
"parameters": {},
"typeVersion": 1
},
{
"id": "f0aa90fa-45fc-4c92-b024-92b1a4489668",
"name": "パスワードが一致する場合",
"type": "n8n-nodes-base.if",
"position": [
-280,
-180
],
"parameters": {},
"typeVersion": 2.2
},
{
"id": "8b987f11-87a5-43ae-95fe-ee1d15eca374",
"name": "誤ったメール送信の応答",
"type": "n8n-nodes-base.respondToWebhook",
"position": [
-500,
20
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "a9dcde02-a2cc-4494-9a76-93218510f0e8",
"name": "ログイン成功の応答",
"type": "n8n-nodes-base.respondToWebhook",
"position": [
-60,
-180
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "ec77d145-3648-42f9-afe2-a506231b68e4",
"name": "誤ったパスワード送信の応答",
"type": "n8n-nodes-base.respondToWebhook",
"position": [
-60,
0
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "d8a3d0a3-5463-4d83-b7c8-00b26abdb13e",
"name": "現在の詳細情報の指定",
"type": "n8n-nodes-base.set",
"position": [
-720,
500
],
"parameters": {},
"typeVersion": 3.4
},
{
"id": "868e44b9-e6b1-44f5-8093-b5a4d89859c2",
"name": "新しい詳細情報の指定",
"type": "n8n-nodes-base.set",
"position": [
-720,
720
],
"parameters": {},
"typeVersion": 3.4
},
{
"id": "57ec0d68-c052-41df-aed6-a1df8654cf0a",
"name": "ユーザー詳細取得リクエスト",
"type": "n8n-nodes-base.webhook",
"position": [
-1120,
500
],
"webhookId": "190cad91-8dde-4baa-8c72-2d587b2f7f3f",
"parameters": {},
"typeVersion": 2
},
{
"id": "05c6ab14-aeff-49b8-bff1-74bc052d6f11",
"name": "ユーザー詳細更新リクエスト",
"type": "n8n-nodes-base.webhook",
"position": [
-1120,
720
],
"webhookId": "190cad91-8dde-4baa-8c72-2d587b2f7f3f",
"parameters": {},
"typeVersion": 2
},
{
"id": "7065331a-f7f9-40d3-8ec8-d7d68ba117c5",
"name": "現在の詳細情報の取得",
"type": "n8n-nodes-base.airtable",
"position": [
-920,
500
],
"parameters": {},
"typeVersion": 2.1
},
{
"id": "fb82b618-d2ee-480a-b66f-47d178a7383a",
"name": "新しい詳細情報での更新",
"type": "n8n-nodes-base.airtable",
"position": [
-920,
720
],
"parameters": {},
"typeVersion": 2.1
},
{
"id": "f5cff30e-48c2-43a5-a3be-98f58a710e9d",
"name": "付箋ノート6",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1660,
-200
],
"parameters": {
"content": ""
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "108c52fc-79eb-44f3-802a-a74cc63e2bb9",
"connections": {
"8dcdd064-ebdd-4b82-a0cb-e95313251223": {
"main": [
[
{
"node": "52acc934-d361-4c07-bfe7-31f0813b2f25",
"type": "main",
"index": 0
}
]
]
},
"6271eb5e-4a7b-47b4-bb70-da6401d24b41": {
"main": [
[
{
"node": "f70eb264-2b83-45ae-87a3-c839d6357121",
"type": "main",
"index": 0
}
],
[
{
"node": "8b987f11-87a5-43ae-95fe-ee1d15eca374",
"type": "main",
"index": 0
}
]
]
},
"f0aa90fa-45fc-4c92-b024-92b1a4489668": {
"main": [
[
{
"node": "a9dcde02-a2cc-4494-9a76-93218510f0e8",
"type": "main",
"index": 0
}
],
[
{
"node": "ec77d145-3648-42f9-afe2-a506231b68e4",
"type": "main",
"index": 0
}
]
]
},
"be3afe14-59c1-4f61-a311-7c194c9f5501": {
"main": [
[
{
"node": "eaf42d05-4166-4c47-a29d-a6efc7ed1765",
"type": "main",
"index": 0
}
]
]
},
"988e0252-18ce-4e01-8e31-57c7bb2f3aa4": {
"main": [
[
{
"node": "da2d1f9c-97a6-4d24-b231-5e054269da51",
"type": "main",
"index": 0
}
]
]
},
"7065331a-f7f9-40d3-8ec8-d7d68ba117c5": {
"main": [
[
{
"node": "d8a3d0a3-5463-4d83-b7c8-00b26abdb13e",
"type": "main",
"index": 0
}
]
]
},
"e73be62c-1b32-4a55-99b2-f28ef6e50761": {
"main": [
[
{
"node": "6f5af8f1-e00a-4b3c-aae2-b2d7b65e3a0e",
"type": "main",
"index": 0
}
],
[
{
"node": "8dcdd064-ebdd-4b82-a0cb-e95313251223",
"type": "main",
"index": 0
}
]
]
},
"eaf42d05-4166-4c47-a29d-a6efc7ed1765": {
"main": [
[
{
"node": "6271eb5e-4a7b-47b4-bb70-da6401d24b41",
"type": "main",
"index": 0
}
]
]
},
"52acc934-d361-4c07-bfe7-31f0813b2f25": {
"main": [
[
{
"node": "93296673-4c4f-4b34-b800-30c323c48b4b",
"type": "main",
"index": 0
}
]
]
},
"f70eb264-2b83-45ae-87a3-c839d6357121": {
"main": [
[
{
"node": "f0aa90fa-45fc-4c92-b024-92b1a4489668",
"type": "main",
"index": 0
}
]
]
},
"fb82b618-d2ee-480a-b66f-47d178a7383a": {
"main": [
[
{
"node": "868e44b9-e6b1-44f5-8093-b5a4d89859c2",
"type": "main",
"index": 0
}
]
]
},
"da2d1f9c-97a6-4d24-b231-5e054269da51": {
"main": [
[
{
"node": "e73be62c-1b32-4a55-99b2-f28ef6e50761",
"type": "main",
"index": 0
}
]
]
},
"57ec0d68-c052-41df-aed6-a1df8654cf0a": {
"main": [
[
{
"node": "7065331a-f7f9-40d3-8ec8-d7d68ba117c5",
"type": "main",
"index": 0
}
]
]
},
"05c6ab14-aeff-49b8-bff1-74bc052d6f11": {
"main": [
[
{
"node": "fb82b618-d2ee-480a-b66f-47d178a7383a",
"type": "main",
"index": 0
}
]
]
}
}
}よくある質問
このワークフローの使い方は?
上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。
このワークフローはどんな場面に適していますか?
上級 - エンジニアリング
有料ですか?
このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。
関連ワークフロー
CSVからJSON変換器(エラーハンドリングとSlack通知)
CSVからJSONへの変換ツール(エラーハンドリングとSlack通知機能付き)
If
Set
Code
+
If
Set
Code
18 ノードn8n Team
エンジニアリング
puq-docker-immichのデプロイメント
Docker Immich の展開、WHMCS/WISECP の API バックエンド
If
Set
Ssh
+
If
Set
Ssh
35 ノードPUQcloud
エンジニアリング
puq-docker-influxdb-deploy
Docker InfluxDB の展開、WHMCS/WISECP の API バックエンド
If
Set
Ssh
+
If
Set
Ssh
33 ノードPUQcloud
エンジニアリング
puq-docker-minio デプロイ
Docker MinIO のディプロイ、WHMCS/WISECP の API バックエンド
If
Set
Ssh
+
If
Set
Ssh
33 ノードPUQcloud
エンジニアリング
PUQ Docker NextCloud デプロイ
Docker NextCloud のディロイ、WHMCS/WISECP の API バックエンド
If
Set
Ssh
+
If
Set
Ssh
44 ノードPUQcloud
エンジニアリング
Scalewayサーバーの情報すべてを取得
Dynamic filteringを使用してScalewayサーバ情報を取得
If
Set
Code
+
If
Set
Code
24 ノードPablo
エンジニアリング
ワークフロー情報
難易度
上級
ノード数24
カテゴリー1
ノードタイプ7
作成者
NanaB
@nanabrownAutomation Developer with 3+ years building innovative solutions on UiPath, Power Platform, and n8n, also with a strong background in both API development and integration. Now specializing in the creation and implementation of AI Agents.
外部リンク
n8n.ioで表示 →
このワークフローを共有