質問編集履歴

4

誤字修正

2021/09/10 01:38

投稿

takumi
takumi

スコア2

test CHANGED
File without changes
test CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  以下のようなセッション管理は自らで実装するということでしょうか。
26
26
 
27
- - リスト発行したセッションIDとそれに紐づくユーザー情報をDBで管理する。
27
+ - 発行したセッションIDとそれに紐づくユーザー情報をDBで管理する。
28
28
 
29
29
  - Webアプリケーションからのアクセス時、セッションIDを検証する。
30
30
 

3

タグの追加

2021/09/10 01:37

投稿

takumi
takumi

スコア2

test CHANGED
File without changes
test CHANGED
File without changes

2

書式の改善(参考サイトのリンク化)

2021/09/09 04:19

投稿

takumi
takumi

スコア2

test CHANGED
File without changes
test CHANGED
@@ -14,9 +14,7 @@
14
14
 
15
15
  【参考】
16
16
 
17
- - Auth0 Docs  Quickstarts -> Regular Web App -> Python
18
-
19
- https://auth0.com/docs/quickstart/webapp/python
17
+ - [Auth0 Docs Quickstarts -> Regular Web App -> Python](https://auth0.com/docs/quickstart/webapp/python)
20
18
 
21
19
 
22
20
 
@@ -46,15 +44,11 @@
46
44
 
47
45
  【参考】
48
46
 
49
- 0. Auth0 Docs Authenticate Single-Page Apps With Cookies
47
+ 0. [Auth0 Docs Authenticate Single-Page Apps With Cookies](https://auth0.com/docs/users/cookies/spa-authenticate-with-cookies)
50
48
 
51
-  https://auth0.com/docs/users/cookies/spa-authenticate-with-cookies
49
+ 0. [Auth0 Docs Implicit Flow with Form Post](https://auth0.com/docs/authorization/flows/implicit-flow-with-form-post)
52
50
 
53
- 0. Auth0 Docs Implicit Flow with Form Post
51
+  
54
-
55
-  https://auth0.com/docs/authorization/flows/implicit-flow-with-form-post
56
-
57
-
58
52
 
59
53
  参考1のフローの場合、ログイン時のみForm PostされたIDトークンをブラウザのcookieへ
60
54
 

1

表現の修正

2021/09/08 14:48

投稿

takumi
takumi

スコア2

test CHANGED
File without changes
test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  Auth0を利用して、ブラウザベースのWebアプリケーションの認証を実装しようとしていますが、
6
6
 
7
- 以下の点について疑問を感じています。ご助言お願いいたします。
7
+ 以下の点について疑問を感じています。ご助言いただければ幸す。
8
8
 
9
9
 
10
10