nulogy_sso 2.3.0 → 2.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +6 -0
- data/lib/nulogy_sso/version.rb +1 -1
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/log/test.log +208 -161
- data/spec/dummy/tmp/development_secret.txt +1 -1
- data/spec/examples.txt +22 -22
- metadata +57 -51
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8c3aa58409da6e710843d8ec1436fca9d43cc06703aa24ad4cf03dfce9054d66
|
|
4
|
+
data.tar.gz: 5f0a9b46ec00b53077b1a8912404fbb5a6e0510959b604eacc35cdceaa143dd5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5594461909374b803f64e425d14bee4d2c17f3d44a3ea79c48f3fe0b2e692a0a776d0d84c0a23c278025e5d286530bfb7ba2e874a13089223a9d75a44fb6a90e
|
|
7
|
+
data.tar.gz: 6afbea2d0ad0a83b0ef130ddb49a1722cb80875e4eac857214ebb0d56844b15f2748fd5f2611980e5060397f813421721187c0b2b86cbe8859f0cece8dc196c8
|
data/README.md
CHANGED
|
@@ -2,9 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://rubygems.org/gems/nulogy_sso "View this project in Rubygems")
|
|
4
4
|
|
|
5
|
+
> **NOTE:** The default branch for this repository was changed to `main`. Please read [this Github blog post](https://github.blog/changelog/2020-10-01-the-default-branch-for-newly-created-repositories-is-now-main/) for more information.
|
|
6
|
+
|
|
5
7
|
## Auth0
|
|
6
8
|
For more information on Auth0 see the [Auth0 documentation](https://auth0.com/docs/flows/concepts/auth-code#how-it-works).
|
|
7
9
|
|
|
10
|
+
### Authentication Flow
|
|
11
|
+
|
|
12
|
+
The Auth0 docs can be confusing, so we provide [a more detailed picture of the Authentication Flow](https://drive.google.com/file/d/1fbPZR6FmfetRzyQZVz16Hs2rqepY4XJZ/view?usp=sharing) implemented by this gem.
|
|
13
|
+
|
|
8
14
|
## Installation
|
|
9
15
|
|
|
10
16
|
This gem is a Rails Engine. It follows best practices [documented here](https://guides.rubyonrails.org/engines.html).
|
data/lib/nulogy_sso/version.rb
CHANGED
data/spec/dummy/db/test.sqlite3
CHANGED
|
Binary file
|
data/spec/dummy/log/test.log
CHANGED
|
@@ -1,29 +1,65 @@
|
|
|
1
|
-
[1m[35m (
|
|
2
|
-
[1m[35m (
|
|
1
|
+
[1m[35m (0.6ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
|
2
|
+
[1m[35m (0.6ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
|
3
3
|
[1m[35m (0.0ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
|
4
|
-
[1m[35m (0.
|
|
5
|
-
[1m[35m (0.
|
|
6
|
-
[1m[35m (
|
|
7
|
-
[1m[35m (
|
|
8
|
-
[1m[35m (0.
|
|
9
|
-
[1m[35m (
|
|
10
|
-
[1m[35m (
|
|
4
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
|
5
|
+
[1m[35m (0.0ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
|
|
6
|
+
[1m[35m (22.5ms)[0m [1m[35mCREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
|
7
|
+
[1m[35m (21.2ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
|
8
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
9
|
+
[1m[35m (15.9ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20190912211120)[0m
|
|
10
|
+
[1m[35m (16.9ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)[0m
|
|
11
11
|
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
|
12
|
-
[1m[35m (0.
|
|
13
|
-
[1m[36mActiveRecord::InternalMetadata Create (0.
|
|
14
|
-
[1m[35m (
|
|
12
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
13
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.2ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2021-07-26 20:48:32.559797"], ["updated_at", "2021-07-26 20:48:32.559797"]]
|
|
14
|
+
[1m[35m (14.1ms)[0m [1m[36mcommit transaction[0m
|
|
15
15
|
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
|
16
16
|
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "schema_sha1"], ["LIMIT", 1]]
|
|
17
17
|
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
18
|
-
[1m[36mActiveRecord::InternalMetadata Create (0.2ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "schema_sha1"], ["value", "2b01fa59c4c74162736a2cb624389712cfa71fdb"], ["created_at", "
|
|
19
|
-
[1m[35m (
|
|
20
|
-
[1m[35m (0.
|
|
18
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.2ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "schema_sha1"], ["value", "2b01fa59c4c74162736a2cb624389712cfa71fdb"], ["created_at", "2021-07-26 20:48:32.577262"], ["updated_at", "2021-07-26 20:48:32.577262"]]
|
|
19
|
+
[1m[35m (14.6ms)[0m [1m[36mcommit transaction[0m
|
|
20
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
|
21
21
|
[1m[35m (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
22
22
|
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
23
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
24
|
+
[1m[36mUser Create (0.2ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2021-07-26 20:48:32.818151"], ["updated_at", "2021-07-26 20:48:32.818151"]]
|
|
25
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
26
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
27
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
28
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
29
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2021-07-26 20:48:32.821640"], ["updated_at", "2021-07-26 20:48:32.821640"]]
|
|
30
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
31
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
32
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
33
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
34
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2021-07-26 20:48:32.823464"], ["updated_at", "2021-07-26 20:48:32.823464"]]
|
|
35
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
36
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
37
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
23
38
|
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
24
39
|
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
40
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
41
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
25
42
|
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
26
43
|
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
44
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
45
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2021-07-26 20:48:32.828281"], ["updated_at", "2021-07-26 20:48:32.828281"]]
|
|
46
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
47
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
48
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
49
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
50
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2021-07-26 20:48:32.829822"], ["updated_at", "2021-07-26 20:48:32.829822"]]
|
|
51
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
52
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
53
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
54
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
55
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2021-07-26 20:48:32.831328"], ["updated_at", "2021-07-26 20:48:32.831328"]]
|
|
56
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
57
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
58
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
59
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
60
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
61
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
62
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
27
63
|
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
28
64
|
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
29
65
|
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
@@ -36,6 +72,26 @@
|
|
|
36
72
|
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
37
73
|
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
38
74
|
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
75
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
76
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
77
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
78
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
79
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
80
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
81
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
82
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
83
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
84
|
+
[1m[35m (0.6ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
|
85
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "schema_sha1"]]
|
|
86
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
|
87
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
88
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
89
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
90
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
91
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
92
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
93
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
94
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
39
95
|
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
40
96
|
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
41
97
|
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
@@ -46,210 +102,209 @@
|
|
|
46
102
|
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
47
103
|
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
48
104
|
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
49
|
-
[1m[35m (0.0ms)[0m [1m[
|
|
50
|
-
[1m[
|
|
51
|
-
[1m[35m (0.0ms)[0m [1m[
|
|
52
|
-
[1m[35m (0.
|
|
105
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
106
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
107
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
108
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
109
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
53
110
|
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
54
111
|
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
55
|
-
[1m[36mUser Create (0.
|
|
112
|
+
[1m[36mUser Create (0.2ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2021-07-26 20:51:19"], ["updated_at", "2021-07-26 20:51:19"]]
|
|
56
113
|
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
57
|
-
[1m[35m (0.
|
|
114
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
58
115
|
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
116
|
+
[1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
117
|
+
[1m[36mUser Create (0.7ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2021-07-26 20:51:19"], ["updated_at", "2021-07-26 20:51:19"]]
|
|
118
|
+
[1m[35m (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
119
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
|
120
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
59
121
|
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
60
|
-
[1m[36mUser Create (0.
|
|
122
|
+
[1m[36mUser Create (0.2ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2021-07-26 20:51:19"], ["updated_at", "2021-07-26 20:51:19"]]
|
|
61
123
|
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
62
|
-
[1m[35m (0.
|
|
124
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
|
63
125
|
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
64
|
-
[1m[35m (0.
|
|
65
|
-
[1m[36mUser Create (0.
|
|
126
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
127
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2021-07-26 20:51:19"], ["updated_at", "2021-07-26 20:51:19"]]
|
|
66
128
|
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
67
|
-
[1m[35m (0.
|
|
129
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
68
130
|
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
69
131
|
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
70
|
-
[1m[36mUser Create (0.
|
|
132
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2021-07-26 20:51:19"], ["updated_at", "2021-07-26 20:51:19"]]
|
|
71
133
|
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
72
134
|
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
|
73
135
|
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
74
|
-
[1m[35m (0.
|
|
75
|
-
[1m[36mUser Create (0.
|
|
136
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
137
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2021-07-26 20:51:19"], ["updated_at", "2021-07-26 20:51:19"]]
|
|
76
138
|
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
77
|
-
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
|
78
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
79
|
-
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
80
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
81
|
-
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
82
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
83
|
-
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
84
|
-
[1m[35m (1.2ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
|
85
|
-
[1m[35m (0.9ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "schema_sha1"]]
|
|
86
|
-
[1m[35m (0.0ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
|
87
|
-
[1m[35m (0.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
88
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
89
139
|
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
90
140
|
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
91
|
-
[1m[35m (0.
|
|
92
|
-
[1m[
|
|
93
|
-
[1m[35m (0.
|
|
94
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
141
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
142
|
+
[1m[36mUser Create (0.2ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2021-07-26 20:51:19"], ["updated_at", "2021-07-26 20:51:19"]]
|
|
143
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95
144
|
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
96
145
|
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
97
|
-
[1m[35m (0.
|
|
146
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
147
|
+
[1m[36mUser Create (0.2ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2021-07-26 20:51:19"], ["updated_at", "2021-07-26 20:51:19"]]
|
|
148
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
149
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
98
150
|
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
99
|
-
[1m[35m (0.
|
|
151
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
100
152
|
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
101
153
|
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
102
154
|
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
103
155
|
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
156
|
+
[1m[35m (0.6ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
|
157
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "schema_sha1"]]
|
|
158
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
|
159
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
104
160
|
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
105
161
|
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
106
162
|
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
107
163
|
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
108
164
|
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
109
|
-
[1m[35m (0.9ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
|
110
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "schema_sha1"]]
|
|
111
|
-
[1m[35m (0.0ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
|
112
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
113
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
114
165
|
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
115
|
-
[1m[36mUser Create (
|
|
116
|
-
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
117
|
-
Started GET "/hello_world" for 127.0.0.1 at 2020-08-05 12:02:09 -0400
|
|
118
|
-
Processing by ApplicationController#hello_world as HTML
|
|
119
|
-
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@nulogy.com"], ["LIMIT", 1]]
|
|
120
|
-
Rendering text template
|
|
121
|
-
Rendered text template (Duration: 0.0ms | Allocations: 3)
|
|
122
|
-
Completed 200 OK in 21ms (Views: 4.3ms | ActiveRecord: 0.2ms | Allocations: 3827)
|
|
123
|
-
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
|
124
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
125
|
-
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
126
|
-
[1m[36mUser Create (0.3ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2020-08-05 16:02:09.947505"], ["updated_at", "2020-08-05 16:02:09.947505"]]
|
|
166
|
+
[1m[36mUser Create (0.1ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2021-07-26 20:52:16.607305"], ["updated_at", "2021-07-26 20:52:16.607305"]]
|
|
127
167
|
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
128
|
-
Started GET "/hello_world" for
|
|
168
|
+
Started GET "/hello_world" for 10.211.1.2 at 2021-07-26 16:52:17 -0400
|
|
129
169
|
Processing by ApplicationController#hello_world as HTML
|
|
130
|
-
Redirected to http://
|
|
170
|
+
Redirected to http://192.168.2.80:46311/nulogy_sso/login
|
|
131
171
|
Filter chain halted as :authenticate_sso_user rendered or redirected
|
|
132
|
-
Completed 302 Found in
|
|
133
|
-
Started GET "/nulogy_sso/login" for
|
|
172
|
+
Completed 302 Found in 16ms (ActiveRecord: 0.0ms | Allocations: 2409)
|
|
173
|
+
Started GET "/nulogy_sso/login" for 10.211.1.2 at 2021-07-26 16:52:17 -0400
|
|
134
174
|
Processing by NulogySSO::AuthenticationController#login as HTML
|
|
135
|
-
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%
|
|
136
|
-
Completed 302 Found in
|
|
137
|
-
[1m[35m (0.
|
|
138
|
-
[1m[35m (0.
|
|
139
|
-
[1m[35m (0.
|
|
140
|
-
[1m[36mUser Create (0.
|
|
141
|
-
[1m[35m (0.
|
|
142
|
-
Started GET "/hello_world" for
|
|
175
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F192.168.2.80%253A46311%252Fhello_world&response_type=code&scope=openid+email
|
|
176
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 508)
|
|
177
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
|
178
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
179
|
+
[1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
180
|
+
[1m[36mUser Create (0.7ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2021-07-26 20:52:17.893798"], ["updated_at", "2021-07-26 20:52:17.893798"]]
|
|
181
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
182
|
+
Started GET "/hello_world" for 10.211.1.2 at 2021-07-26 16:52:18 -0400
|
|
143
183
|
Processing by ApplicationController#hello_world as HTML
|
|
144
|
-
|
|
184
|
+
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@nulogy.com"], ["LIMIT", 1]]
|
|
185
|
+
Rendering text template
|
|
186
|
+
Rendered text template (Duration: 0.0ms | Allocations: 3)
|
|
187
|
+
Completed 200 OK in 12ms (Views: 7.5ms | ActiveRecord: 0.4ms | Allocations: 1949)
|
|
188
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
189
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
190
|
+
[1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
191
|
+
[1m[36mUser Create (0.6ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2021-07-26 20:52:18.361417"], ["updated_at", "2021-07-26 20:52:18.361417"]]
|
|
192
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
193
|
+
Started GET "/hello_world" for 10.211.1.2 at 2021-07-26 16:52:18 -0400
|
|
194
|
+
Processing by ApplicationController#hello_world as HTML
|
|
195
|
+
Redirected to http://192.168.2.80:46311/nulogy_sso/login
|
|
145
196
|
Filter chain halted as :authenticate_sso_user rendered or redirected
|
|
146
|
-
Completed 302 Found in
|
|
147
|
-
Started GET "/nulogy_sso/login" for
|
|
197
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 324)
|
|
198
|
+
Started GET "/nulogy_sso/login" for 10.211.1.2 at 2021-07-26 16:52:18 -0400
|
|
148
199
|
Processing by NulogySSO::AuthenticationController#login as HTML
|
|
149
|
-
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%
|
|
150
|
-
Completed 302 Found in
|
|
151
|
-
[1m[35m (
|
|
200
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F192.168.2.80%253A46311%252Fhello_world&response_type=code&scope=openid+email
|
|
201
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 293)
|
|
202
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
152
203
|
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
153
|
-
|
|
154
|
-
[1m[36mUser Create (0.4ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2020-08-05 16:02:10.766596"], ["updated_at", "2020-08-05 16:02:10.766596"]]
|
|
155
|
-
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
156
|
-
Started GET "/hello_world" for 127.0.0.1 at 2020-08-05 12:02:10 -0400
|
|
204
|
+
Started GET "/hello_world" for 10.211.1.2 at 2021-07-26 16:52:18 -0400
|
|
157
205
|
Processing by ApplicationController#hello_world as HTML
|
|
158
|
-
Redirected to http://
|
|
206
|
+
Redirected to http://192.168.2.80:46311/nulogy_sso/login
|
|
159
207
|
Filter chain halted as :authenticate_sso_user rendered or redirected
|
|
160
|
-
Completed 302 Found in
|
|
161
|
-
Started GET "/nulogy_sso/login" for
|
|
208
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 324)
|
|
209
|
+
Started GET "/nulogy_sso/login" for 10.211.1.2 at 2021-07-26 16:52:18 -0400
|
|
162
210
|
Processing by NulogySSO::AuthenticationController#login as HTML
|
|
163
|
-
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%
|
|
164
|
-
Completed 302 Found in
|
|
165
|
-
Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%
|
|
211
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F192.168.2.80%253A46311%252Fhello_world&response_type=code&scope=openid+email
|
|
212
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 295)
|
|
213
|
+
Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F192.168.2.80%3A46311%2Fhello_world" for 10.211.1.2 at 2021-07-26 16:52:18 -0400
|
|
166
214
|
Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
|
|
167
|
-
Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://
|
|
168
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@nulogy.com"], ["LIMIT", 1]]
|
|
169
|
-
Redirected to http://127.0.0.1:57568/hello_world
|
|
170
|
-
Completed 302 Found in 13ms (ActiveRecord: 0.1ms | Allocations: 3031)
|
|
171
|
-
Started GET "/hello_world" for 127.0.0.1 at 2020-08-05 12:02:10 -0400
|
|
172
|
-
Processing by ApplicationController#hello_world as HTML
|
|
215
|
+
Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://192.168.2.80:46311/hello_world"}
|
|
173
216
|
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@nulogy.com"], ["LIMIT", 1]]
|
|
174
217
|
Rendering text template
|
|
175
|
-
Rendered text template (Duration: 0.0ms | Allocations:
|
|
176
|
-
Completed 200 OK in
|
|
177
|
-
[1m[35m (0.
|
|
178
|
-
[1m[35m (0.
|
|
179
|
-
|
|
218
|
+
Rendered text template (Duration: 0.0ms | Allocations: 2)
|
|
219
|
+
Completed 200 OK in 8ms (Views: 0.6ms | ActiveRecord: 0.1ms | Allocations: 3121)
|
|
220
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
|
221
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
222
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
223
|
+
[1m[36mUser Create (0.2ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2021-07-26 20:52:19.050896"], ["updated_at", "2021-07-26 20:52:19.050896"]]
|
|
224
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
225
|
+
Started GET "/hello_world" for 10.211.1.2 at 2021-07-26 16:52:19 -0400
|
|
180
226
|
Processing by ApplicationController#hello_world as HTML
|
|
181
|
-
Redirected to http://
|
|
227
|
+
Redirected to http://192.168.2.80:46311/nulogy_sso/login
|
|
182
228
|
Filter chain halted as :authenticate_sso_user rendered or redirected
|
|
183
229
|
Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 324)
|
|
184
|
-
Started GET "/nulogy_sso/login" for
|
|
230
|
+
Started GET "/nulogy_sso/login" for 10.211.1.2 at 2021-07-26 16:52:19 -0400
|
|
185
231
|
Processing by NulogySSO::AuthenticationController#login as HTML
|
|
186
|
-
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%
|
|
187
|
-
Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations:
|
|
188
|
-
Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%
|
|
232
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F192.168.2.80%253A46311%252Fhello_world&response_type=code&scope=openid+email
|
|
233
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 303)
|
|
234
|
+
Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F192.168.2.80%3A46311%2Fhello_world" for 10.211.1.2 at 2021-07-26 16:52:19 -0400
|
|
189
235
|
Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
|
|
190
|
-
Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://
|
|
191
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@nulogy.com"], ["LIMIT", 1]]
|
|
236
|
+
Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://192.168.2.80:46311/hello_world"}
|
|
192
237
|
Rendering text template
|
|
193
238
|
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
|
194
|
-
Completed 200 OK in
|
|
239
|
+
Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.0ms | Allocations: 1434)
|
|
195
240
|
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
196
241
|
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
197
242
|
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
198
|
-
[1m[36mUser Create (0.
|
|
199
|
-
[1m[35m (0.
|
|
200
|
-
Started GET "/hello_world" for
|
|
243
|
+
[1m[36mUser Create (0.2ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2021-07-26 20:52:19.353742"], ["updated_at", "2021-07-26 20:52:19.353742"]]
|
|
244
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
245
|
+
Started GET "/hello_world" for 10.211.1.2 at 2021-07-26 16:52:19 -0400
|
|
201
246
|
Processing by ApplicationController#hello_world as HTML
|
|
202
|
-
Redirected to http://
|
|
247
|
+
Redirected to http://192.168.2.80:46311/nulogy_sso/login
|
|
203
248
|
Filter chain halted as :authenticate_sso_user rendered or redirected
|
|
204
249
|
Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 324)
|
|
205
|
-
Started GET "/nulogy_sso/login" for
|
|
250
|
+
Started GET "/nulogy_sso/login" for 10.211.1.2 at 2021-07-26 16:52:19 -0400
|
|
206
251
|
Processing by NulogySSO::AuthenticationController#login as HTML
|
|
207
|
-
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%
|
|
208
|
-
Completed 302 Found in
|
|
209
|
-
Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%
|
|
252
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F192.168.2.80%253A46311%252Fhello_world&response_type=code&scope=openid+email
|
|
253
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 298)
|
|
254
|
+
Started GET "/nulogy_sso/verify_authentication_code?code=FAKE_CODE&origin=http%3A%2F%2F192.168.2.80%3A46311%2Fhello_world" for 10.211.1.2 at 2021-07-26 16:52:19 -0400
|
|
210
255
|
Processing by NulogySSO::AuthenticationController#verify_authentication_code as HTML
|
|
211
|
-
Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://
|
|
256
|
+
Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://192.168.2.80:46311/hello_world"}
|
|
257
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@nulogy.com"], ["LIMIT", 1]]
|
|
258
|
+
Redirected to http://192.168.2.80:46311/hello_world
|
|
259
|
+
Completed 302 Found in 6ms (ActiveRecord: 0.1ms | Allocations: 1895)
|
|
260
|
+
Started GET "/hello_world" for 10.211.1.2 at 2021-07-26 16:52:19 -0400
|
|
261
|
+
Processing by ApplicationController#hello_world as HTML
|
|
262
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@nulogy.com"], ["LIMIT", 1]]
|
|
212
263
|
Rendering text template
|
|
213
264
|
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
|
214
|
-
Completed 200 OK in
|
|
215
|
-
[1m[35m (0.
|
|
216
|
-
[1m[35m (0.
|
|
217
|
-
[1m[35m (0.
|
|
218
|
-
[1m[36mUser Create (0.
|
|
219
|
-
[1m[35m (0.
|
|
220
|
-
Started GET "/api_endpoint" for
|
|
221
|
-
Processing by ApiController#api_endpoint as HTML
|
|
222
|
-
Redirected to http://127.0.0.1:57568/nulogy_sso/login
|
|
223
|
-
Filter chain halted as :authenticate_sso_user rendered or redirected
|
|
224
|
-
Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 357)
|
|
225
|
-
Started GET "/nulogy_sso/login" for 127.0.0.1 at 2020-08-05 12:02:11 -0400
|
|
226
|
-
Processing by NulogySSO::AuthenticationController#login as HTML
|
|
227
|
-
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F127.0.0.1%253A57568%252Fapi_endpoint&response_type=code&scope=openid+email
|
|
228
|
-
Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 298)
|
|
229
|
-
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
|
230
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
231
|
-
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
232
|
-
[1m[36mUser Create (0.3ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2020-08-05 16:02:11.685272"], ["updated_at", "2020-08-05 16:02:11.685272"]]
|
|
233
|
-
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
234
|
-
Started GET "/api_endpoint" for 127.0.0.1 at 2020-08-05 12:02:11 -0400
|
|
265
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms | Allocations: 715)
|
|
266
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
267
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
|
268
|
+
[1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
269
|
+
[1m[36mUser Create (0.6ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2021-07-26 20:52:19.655906"], ["updated_at", "2021-07-26 20:52:19.655906"]]
|
|
270
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
271
|
+
Started GET "/api_endpoint" for 10.211.1.2 at 2021-07-26 16:52:19 -0400
|
|
235
272
|
Processing by ApiController#api_endpoint as HTML
|
|
236
|
-
Redirected to http://
|
|
273
|
+
Redirected to http://192.168.2.80:46311/nulogy_sso/login
|
|
237
274
|
Filter chain halted as :authenticate_sso_user rendered or redirected
|
|
238
|
-
Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations:
|
|
239
|
-
Started GET "/nulogy_sso/login" for
|
|
275
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 523)
|
|
276
|
+
Started GET "/nulogy_sso/login" for 10.211.1.2 at 2021-07-26 16:52:19 -0400
|
|
240
277
|
Processing by NulogySSO::AuthenticationController#login as HTML
|
|
241
|
-
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%
|
|
242
|
-
Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations:
|
|
243
|
-
[1m[35m (0.
|
|
244
|
-
[1m[35m (0.
|
|
245
|
-
[1m[35m (0.
|
|
246
|
-
[1m[36mUser Create (0.
|
|
247
|
-
[1m[35m (0.
|
|
248
|
-
Started GET "/api_endpoint" for
|
|
278
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F192.168.2.80%253A46311%252Fapi_endpoint&response_type=code&scope=openid+email
|
|
279
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 458)
|
|
280
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
281
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
282
|
+
[1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
283
|
+
[1m[36mUser Create (0.6ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2021-07-26 20:52:20.018256"], ["updated_at", "2021-07-26 20:52:20.018256"]]
|
|
284
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
285
|
+
Started GET "/api_endpoint" for 10.211.1.2 at 2021-07-26 16:52:20 -0400
|
|
249
286
|
Processing by ApiController#api_endpoint as HTML
|
|
250
287
|
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@nulogy.com"], ["LIMIT", 1]]
|
|
251
288
|
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms | Allocations: 601)
|
|
289
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
|
290
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
291
|
+
[1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
292
|
+
[1m[36mUser Create (0.6ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2021-07-26 20:52:20.345464"], ["updated_at", "2021-07-26 20:52:20.345464"]]
|
|
293
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
294
|
+
Started GET "/api_endpoint" for 10.211.1.2 at 2021-07-26 16:52:20 -0400
|
|
295
|
+
Processing by ApiController#api_endpoint as HTML
|
|
296
|
+
Redirected to http://192.168.2.80:46311/nulogy_sso/login
|
|
297
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
|
298
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 315)
|
|
299
|
+
Started GET "/nulogy_sso/login" for 10.211.1.2 at 2021-07-26 16:52:20 -0400
|
|
300
|
+
Processing by NulogySSO::AuthenticationController#login as HTML
|
|
301
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3Dhttp%253A%252F%252F192.168.2.80%253A46311%252Fapi_endpoint&response_type=code&scope=openid+email
|
|
302
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 301)
|
|
252
303
|
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
|
304
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
305
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
|
306
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
307
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
253
308
|
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
254
309
|
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
255
310
|
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
@@ -257,22 +312,14 @@ Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms | Allocations: 601)
|
|
|
257
312
|
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
258
313
|
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
259
314
|
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
260
|
-
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
261
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
262
315
|
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
263
316
|
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
264
317
|
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
265
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
266
|
-
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
267
318
|
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
268
319
|
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
269
320
|
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
270
321
|
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
271
322
|
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
272
|
-
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
273
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
274
323
|
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
275
324
|
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
276
|
-
[1m[35m (0.
|
|
277
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
278
|
-
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
325
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
2e5d3159f17efdeba8848ac4d0deae683d60815c794d80fd5b624eba87029f75528bbedc692d1d394656e7df86479210e59f61ef481738b62d1b7601e757d888
|
data/spec/examples.txt
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
example_id | status | run_time |
|
|
2
2
|
---------------------------------------------------------------- | ------ | --------------- |
|
|
3
|
-
./spec/features/nulogy_sso/sso_login_spec.rb[1:1:1] | passed | 0.
|
|
4
|
-
./spec/features/nulogy_sso/sso_login_spec.rb[1:1:2] | passed | 0.
|
|
5
|
-
./spec/features/nulogy_sso/sso_login_spec.rb[1:1:3] | passed | 0.
|
|
6
|
-
./spec/features/nulogy_sso/sso_login_spec.rb[1:2:1] | passed |
|
|
7
|
-
./spec/features/nulogy_sso/sso_login_spec.rb[1:2:2] | passed |
|
|
8
|
-
./spec/features/nulogy_sso/sso_login_spec.rb[1:2:3] | passed | 0.
|
|
9
|
-
./spec/features/nulogy_sso/sso_login_spec.rb[1:3:1] | passed | 0.
|
|
10
|
-
./spec/features/nulogy_sso/sso_login_spec.rb[1:3:2] | passed | 0.
|
|
11
|
-
./spec/features/nulogy_sso/sso_login_spec.rb[1:3:3] | passed | 0.
|
|
12
|
-
./spec/unit/services/nulogy_sso/authenticator_spec.rb[1:1:1] | passed | 0.
|
|
13
|
-
./spec/unit/services/nulogy_sso/authenticator_spec.rb[1:1:2:1] | passed | 0.
|
|
14
|
-
./spec/unit/services/nulogy_sso/authenticator_spec.rb[1:1:2:2] | passed | 0.
|
|
15
|
-
./spec/unit/services/nulogy_sso/authenticator_spec.rb[1:1:3:1] | passed | 0.
|
|
16
|
-
./spec/unit/services/nulogy_sso/authenticator_spec.rb[1:2:1] | passed | 0.
|
|
17
|
-
./spec/unit/services/nulogy_sso/authenticator_spec.rb[1:2:2] | passed | 0.
|
|
18
|
-
./spec/unit/services/nulogy_sso/authenticator_spec.rb[1:2:3] | passed | 0.
|
|
19
|
-
./spec/unit/services/nulogy_sso/authenticator_spec.rb[1:2:4] | passed | 0.
|
|
20
|
-
./spec/unit/services/nulogy_sso/cookie_token_store_spec.rb[1:1] | passed | 0.
|
|
21
|
-
./spec/unit/services/nulogy_sso/cookie_token_store_spec.rb[1:2] | passed | 0.
|
|
22
|
-
./spec/unit/services/nulogy_sso/cookie_token_store_spec.rb[1:3] | passed | 0.
|
|
23
|
-
./spec/unit/services/nulogy_sso/origin_redirector_spec.rb[1:1:1] | passed | 0.
|
|
24
|
-
./spec/unit/services/nulogy_sso/origin_redirector_spec.rb[1:1:2] | passed | 0.
|
|
3
|
+
./spec/features/nulogy_sso/sso_login_spec.rb[1:1:1] | passed | 0.34186 seconds |
|
|
4
|
+
./spec/features/nulogy_sso/sso_login_spec.rb[1:1:2] | passed | 0.29915 seconds |
|
|
5
|
+
./spec/features/nulogy_sso/sso_login_spec.rb[1:1:3] | passed | 0.33583 seconds |
|
|
6
|
+
./spec/features/nulogy_sso/sso_login_spec.rb[1:2:1] | passed | 0.46746 seconds |
|
|
7
|
+
./spec/features/nulogy_sso/sso_login_spec.rb[1:2:2] | passed | 1.29 seconds |
|
|
8
|
+
./spec/features/nulogy_sso/sso_login_spec.rb[1:2:3] | passed | 0.31621 seconds |
|
|
9
|
+
./spec/features/nulogy_sso/sso_login_spec.rb[1:3:1] | passed | 0.32688 seconds |
|
|
10
|
+
./spec/features/nulogy_sso/sso_login_spec.rb[1:3:2] | passed | 0.36212 seconds |
|
|
11
|
+
./spec/features/nulogy_sso/sso_login_spec.rb[1:3:3] | passed | 0.35009 seconds |
|
|
12
|
+
./spec/unit/services/nulogy_sso/authenticator_spec.rb[1:1:1] | passed | 0.00178 seconds |
|
|
13
|
+
./spec/unit/services/nulogy_sso/authenticator_spec.rb[1:1:2:1] | passed | 0.00675 seconds |
|
|
14
|
+
./spec/unit/services/nulogy_sso/authenticator_spec.rb[1:1:2:2] | passed | 0.00583 seconds |
|
|
15
|
+
./spec/unit/services/nulogy_sso/authenticator_spec.rb[1:1:3:1] | passed | 0.00674 seconds |
|
|
16
|
+
./spec/unit/services/nulogy_sso/authenticator_spec.rb[1:2:1] | passed | 0.01439 seconds |
|
|
17
|
+
./spec/unit/services/nulogy_sso/authenticator_spec.rb[1:2:2] | passed | 0.00824 seconds |
|
|
18
|
+
./spec/unit/services/nulogy_sso/authenticator_spec.rb[1:2:3] | passed | 0.00121 seconds |
|
|
19
|
+
./spec/unit/services/nulogy_sso/authenticator_spec.rb[1:2:4] | passed | 0.0211 seconds |
|
|
20
|
+
./spec/unit/services/nulogy_sso/cookie_token_store_spec.rb[1:1] | passed | 0.00382 seconds |
|
|
21
|
+
./spec/unit/services/nulogy_sso/cookie_token_store_spec.rb[1:2] | passed | 0.00061 seconds |
|
|
22
|
+
./spec/unit/services/nulogy_sso/cookie_token_store_spec.rb[1:3] | passed | 0.00049 seconds |
|
|
23
|
+
./spec/unit/services/nulogy_sso/origin_redirector_spec.rb[1:1:1] | passed | 0.00077 seconds |
|
|
24
|
+
./spec/unit/services/nulogy_sso/origin_redirector_spec.rb[1:1:2] | passed | 0.00045 seconds |
|
metadata
CHANGED
|
@@ -1,29 +1,35 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nulogy_sso
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.3.
|
|
4
|
+
version: 2.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nulogy Corporation
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2021-07-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: auth0
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - "
|
|
17
|
+
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: '4.8'
|
|
20
|
+
- - "<"
|
|
21
|
+
- !ruby/object:Gem::Version
|
|
22
|
+
version: '6.0'
|
|
20
23
|
type: :runtime
|
|
21
24
|
prerelease: false
|
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
26
|
requirements:
|
|
24
|
-
- - "
|
|
27
|
+
- - ">="
|
|
25
28
|
- !ruby/object:Gem::Version
|
|
26
29
|
version: '4.8'
|
|
30
|
+
- - "<"
|
|
31
|
+
- !ruby/object:Gem::Version
|
|
32
|
+
version: '6.0'
|
|
27
33
|
- !ruby/object:Gem::Dependency
|
|
28
34
|
name: auth0_rs256_jwt_verifier
|
|
29
35
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -142,7 +148,7 @@ dependencies:
|
|
|
142
148
|
- - "~>"
|
|
143
149
|
- !ruby/object:Gem::Version
|
|
144
150
|
version: '3.7'
|
|
145
|
-
description:
|
|
151
|
+
description:
|
|
146
152
|
email:
|
|
147
153
|
- engineering@nulogy.com
|
|
148
154
|
executables: []
|
|
@@ -233,7 +239,7 @@ files:
|
|
|
233
239
|
homepage: https://nulogy.com
|
|
234
240
|
licenses: []
|
|
235
241
|
metadata: {}
|
|
236
|
-
post_install_message:
|
|
242
|
+
post_install_message:
|
|
237
243
|
rdoc_options: []
|
|
238
244
|
require_paths:
|
|
239
245
|
- lib
|
|
@@ -248,73 +254,73 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
248
254
|
- !ruby/object:Gem::Version
|
|
249
255
|
version: '0'
|
|
250
256
|
requirements: []
|
|
251
|
-
rubygems_version: 3.0.
|
|
252
|
-
signing_key:
|
|
257
|
+
rubygems_version: 3.0.3
|
|
258
|
+
signing_key:
|
|
253
259
|
specification_version: 4
|
|
254
|
-
summary: Rails Engine For Nulogy's
|
|
260
|
+
summary: Rails Engine For Nulogy's SSO Integration
|
|
255
261
|
test_files:
|
|
256
|
-
- spec/
|
|
257
|
-
- spec/
|
|
258
|
-
- spec/
|
|
259
|
-
- spec/
|
|
262
|
+
- spec/examples.txt
|
|
263
|
+
- spec/rails_helper.rb
|
|
264
|
+
- spec/support/mock_auth0_verifier.rb
|
|
265
|
+
- spec/features/nulogy_sso/sso_login_spec.rb
|
|
266
|
+
- spec/feature_spec_helper.rb
|
|
267
|
+
- spec/dummy/Rakefile
|
|
260
268
|
- spec/dummy/app/models/application_record.rb
|
|
261
269
|
- spec/dummy/app/models/user.rb
|
|
262
|
-
- spec/dummy/app/jobs/application_job.rb
|
|
263
270
|
- spec/dummy/app/controllers/application_controller.rb
|
|
264
271
|
- spec/dummy/app/controllers/api_controller.rb
|
|
265
272
|
- spec/dummy/app/views/layouts/application.html.erb
|
|
273
|
+
- spec/dummy/app/channels/application_cable/connection.rb
|
|
274
|
+
- spec/dummy/app/channels/application_cable/channel.rb
|
|
266
275
|
- spec/dummy/app/assets/config/manifest.js
|
|
267
276
|
- spec/dummy/app/assets/javascripts/application.js
|
|
268
277
|
- spec/dummy/app/assets/stylesheets/application.css
|
|
269
278
|
- spec/dummy/app/helpers/application_helper.rb
|
|
270
|
-
- spec/dummy/app/
|
|
271
|
-
- spec/dummy/
|
|
272
|
-
- spec/dummy/bin/update
|
|
273
|
-
- spec/dummy/bin/rake
|
|
274
|
-
- spec/dummy/bin/setup
|
|
275
|
-
- spec/dummy/bin/bundle
|
|
276
|
-
- spec/dummy/bin/yarn
|
|
277
|
-
- spec/dummy/bin/rails
|
|
278
|
-
- spec/dummy/config/routes.rb
|
|
279
|
-
- spec/dummy/config/locales/en.yml
|
|
280
|
-
- spec/dummy/config/cable.yml
|
|
281
|
-
- spec/dummy/config/sso.yml
|
|
282
|
-
- spec/dummy/config/environments/production.rb
|
|
279
|
+
- spec/dummy/app/jobs/application_job.rb
|
|
280
|
+
- spec/dummy/config/environment.rb
|
|
283
281
|
- spec/dummy/config/environments/development.rb
|
|
284
282
|
- spec/dummy/config/environments/test.rb
|
|
285
|
-
- spec/dummy/config/
|
|
286
|
-
- spec/dummy/config/environment.rb
|
|
287
|
-
- spec/dummy/config/storage.yml
|
|
283
|
+
- spec/dummy/config/environments/production.rb
|
|
288
284
|
- spec/dummy/config/application.rb
|
|
289
|
-
- spec/dummy/config/
|
|
285
|
+
- spec/dummy/config/routes.rb
|
|
290
286
|
- spec/dummy/config/database.yml
|
|
287
|
+
- spec/dummy/config/spring.rb
|
|
291
288
|
- spec/dummy/config/boot.rb
|
|
289
|
+
- spec/dummy/config/storage.yml
|
|
290
|
+
- spec/dummy/config/locales/en.yml
|
|
291
|
+
- spec/dummy/config/cable.yml
|
|
292
|
+
- spec/dummy/config/sso.yml
|
|
293
|
+
- spec/dummy/config/initializers/wrap_parameters.rb
|
|
292
294
|
- spec/dummy/config/initializers/application_controller_renderer.rb
|
|
293
|
-
- spec/dummy/config/initializers/backtrace_silencers.rb
|
|
294
|
-
- spec/dummy/config/initializers/mime_types.rb
|
|
295
295
|
- spec/dummy/config/initializers/filter_parameter_logging.rb
|
|
296
|
-
- spec/dummy/config/initializers/
|
|
296
|
+
- spec/dummy/config/initializers/mime_types.rb
|
|
297
|
+
- spec/dummy/config/initializers/backtrace_silencers.rb
|
|
298
|
+
- spec/dummy/config/initializers/inflections.rb
|
|
297
299
|
- spec/dummy/config/initializers/cookies_serializer.rb
|
|
298
300
|
- spec/dummy/config/initializers/content_security_policy.rb
|
|
299
|
-
- spec/dummy/config/
|
|
301
|
+
- spec/dummy/config/puma.rb
|
|
300
302
|
- spec/dummy/config.ru
|
|
301
|
-
- spec/dummy/Rakefile
|
|
302
|
-
- spec/dummy/public/favicon.ico
|
|
303
|
-
- spec/dummy/public/422.html
|
|
304
|
-
- spec/dummy/public/apple-touch-icon.png
|
|
305
|
-
- spec/dummy/public/500.html
|
|
306
|
-
- spec/dummy/public/404.html
|
|
307
|
-
- spec/dummy/public/apple-touch-icon-precomposed.png
|
|
308
|
-
- spec/dummy/public/robots.txt
|
|
309
|
-
- spec/dummy/package.json
|
|
310
303
|
- spec/dummy/db/schema.rb
|
|
311
304
|
- spec/dummy/db/test.sqlite3
|
|
312
305
|
- spec/dummy/db/migrate/20190912211120_create_users.rb
|
|
306
|
+
- spec/dummy/tmp/development_secret.txt
|
|
307
|
+
- spec/dummy/package.json
|
|
313
308
|
- spec/dummy/log/test.log
|
|
314
309
|
- spec/dummy/log/development.log
|
|
315
|
-
- spec/dummy/
|
|
316
|
-
- spec/
|
|
317
|
-
- spec/
|
|
318
|
-
- spec/
|
|
319
|
-
- spec/
|
|
320
|
-
- spec/
|
|
310
|
+
- spec/dummy/bin/yarn
|
|
311
|
+
- spec/dummy/bin/bundle
|
|
312
|
+
- spec/dummy/bin/rails
|
|
313
|
+
- spec/dummy/bin/update
|
|
314
|
+
- spec/dummy/bin/rake
|
|
315
|
+
- spec/dummy/bin/setup
|
|
316
|
+
- spec/dummy/public/robots.txt
|
|
317
|
+
- spec/dummy/public/500.html
|
|
318
|
+
- spec/dummy/public/apple-touch-icon-precomposed.png
|
|
319
|
+
- spec/dummy/public/422.html
|
|
320
|
+
- spec/dummy/public/apple-touch-icon.png
|
|
321
|
+
- spec/dummy/public/favicon.ico
|
|
322
|
+
- spec/dummy/public/404.html
|
|
323
|
+
- spec/unit/services/nulogy_sso/cookie_token_store_spec.rb
|
|
324
|
+
- spec/unit/services/nulogy_sso/origin_redirector_spec.rb
|
|
325
|
+
- spec/unit/services/nulogy_sso/authenticator_spec.rb
|
|
326
|
+
- spec/spec_helper.rb
|