@civic/auth 0.0.1-beta.18 → 0.0.1-beta.2
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.
- package/README.md +0 -26
- package/dist/chunk-5NUJ7LFF.mjs +17 -0
- package/dist/chunk-5NUJ7LFF.mjs.map +1 -0
- package/dist/chunk-KS7ERXGZ.js +481 -0
- package/dist/chunk-KS7ERXGZ.js.map +1 -0
- package/dist/chunk-NINRO7GS.js +209 -0
- package/dist/chunk-NINRO7GS.js.map +1 -0
- package/dist/chunk-NXBKSUKI.mjs +481 -0
- package/dist/chunk-NXBKSUKI.mjs.map +1 -0
- package/dist/chunk-T7HUHQ3J.mjs +209 -0
- package/dist/chunk-T7HUHQ3J.mjs.map +1 -0
- package/dist/chunk-WZLC5B4C.js +17 -0
- package/dist/chunk-WZLC5B4C.js.map +1 -0
- package/dist/index-DoDoIY_K.d.mts +79 -0
- package/dist/index-DoDoIY_K.d.ts +79 -0
- package/dist/index.css +70 -63
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +1 -3
- package/dist/index.d.ts +1 -3
- package/dist/nextjs.d.mts +11 -10
- package/dist/nextjs.d.ts +11 -10
- package/dist/nextjs.js +173 -62
- package/dist/nextjs.js.map +1 -1
- package/dist/nextjs.mjs +171 -60
- package/dist/nextjs.mjs.map +1 -1
- package/dist/react.d.mts +65 -39
- package/dist/react.d.ts +65 -39
- package/dist/react.js +212 -433
- package/dist/react.js.map +1 -1
- package/dist/react.mjs +235 -456
- package/dist/react.mjs.map +1 -1
- package/dist/server.d.mts +12 -13
- package/dist/server.d.ts +12 -13
- package/dist/server.js +186 -3
- package/dist/server.js.map +1 -1
- package/dist/server.mjs +192 -9
- package/dist/server.mjs.map +1 -1
- package/package.json +4 -4
- package/dist/chunk-5XL2ST72.mjs +0 -226
- package/dist/chunk-5XL2ST72.mjs.map +0 -1
- package/dist/chunk-G3P5TIO2.mjs +0 -708
- package/dist/chunk-G3P5TIO2.mjs.map +0 -1
- package/dist/chunk-RF23Q4V6.js +0 -708
- package/dist/chunk-RF23Q4V6.js.map +0 -1
- package/dist/chunk-SEKF2WZX.js +0 -226
- package/dist/chunk-SEKF2WZX.js.map +0 -1
- package/dist/index-DTimUlkB.d.ts +0 -17
- package/dist/index-DvjkKpkk.d.mts +0 -17
- package/dist/types-HdCjGldB.d.mts +0 -58
- package/dist/types-HdCjGldB.d.ts +0 -58
- package/dist/types-b4c1koXj.d.mts +0 -19
- package/dist/types-b4c1koXj.d.ts +0 -19
package/dist/index.css
CHANGED
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
--tw-contain-paint: ;
|
|
108
108
|
--tw-contain-style: ;
|
|
109
109
|
}
|
|
110
|
-
.
|
|
110
|
+
.sr-only {
|
|
111
111
|
position: absolute;
|
|
112
112
|
width: 1px;
|
|
113
113
|
height: 1px;
|
|
@@ -118,178 +118,185 @@
|
|
|
118
118
|
white-space: nowrap;
|
|
119
119
|
border-width: 0;
|
|
120
120
|
}
|
|
121
|
-
.
|
|
121
|
+
.static {
|
|
122
|
+
position: static;
|
|
123
|
+
}
|
|
124
|
+
.absolute {
|
|
122
125
|
position: absolute;
|
|
123
126
|
}
|
|
124
|
-
.
|
|
127
|
+
.relative {
|
|
125
128
|
position: relative;
|
|
126
129
|
}
|
|
127
|
-
.
|
|
130
|
+
.inset-0 {
|
|
128
131
|
inset: 0px;
|
|
129
132
|
}
|
|
130
|
-
.
|
|
133
|
+
.left-0 {
|
|
131
134
|
left: 0px;
|
|
132
135
|
}
|
|
133
|
-
.
|
|
136
|
+
.right-0 {
|
|
134
137
|
right: 0px;
|
|
135
138
|
}
|
|
136
|
-
.
|
|
139
|
+
.right-4 {
|
|
137
140
|
right: 1rem;
|
|
138
141
|
}
|
|
139
|
-
.
|
|
142
|
+
.top-0 {
|
|
140
143
|
top: 0px;
|
|
141
144
|
}
|
|
142
|
-
.
|
|
145
|
+
.top-4 {
|
|
143
146
|
top: 1rem;
|
|
144
147
|
}
|
|
145
|
-
.
|
|
148
|
+
.z-50 {
|
|
146
149
|
z-index: 50;
|
|
147
150
|
}
|
|
148
|
-
.
|
|
151
|
+
.mt-2 {
|
|
149
152
|
margin-top: 0.5rem;
|
|
150
153
|
}
|
|
151
|
-
.
|
|
154
|
+
.block {
|
|
152
155
|
display: block;
|
|
153
156
|
}
|
|
154
|
-
.
|
|
157
|
+
.inline {
|
|
155
158
|
display: inline;
|
|
156
159
|
}
|
|
157
|
-
.
|
|
160
|
+
.flex {
|
|
158
161
|
display: flex;
|
|
159
162
|
}
|
|
160
|
-
.
|
|
163
|
+
.hidden {
|
|
161
164
|
display: none;
|
|
162
165
|
}
|
|
163
|
-
.
|
|
166
|
+
.h-10 {
|
|
164
167
|
height: 2.5rem;
|
|
165
168
|
}
|
|
166
|
-
.
|
|
169
|
+
.h-8 {
|
|
167
170
|
height: 2rem;
|
|
168
171
|
}
|
|
169
|
-
.
|
|
170
|
-
height:
|
|
172
|
+
.h-96 {
|
|
173
|
+
height: 24rem;
|
|
171
174
|
}
|
|
172
|
-
.
|
|
175
|
+
.h-full {
|
|
173
176
|
height: 100%;
|
|
174
177
|
}
|
|
175
|
-
.
|
|
178
|
+
.h-screen {
|
|
176
179
|
height: 100vh;
|
|
177
180
|
}
|
|
178
|
-
.
|
|
181
|
+
.w-10 {
|
|
179
182
|
width: 2.5rem;
|
|
180
183
|
}
|
|
181
|
-
.
|
|
184
|
+
.w-8 {
|
|
182
185
|
width: 2rem;
|
|
183
186
|
}
|
|
184
|
-
.
|
|
187
|
+
.w-80 {
|
|
185
188
|
width: 20rem;
|
|
186
189
|
}
|
|
187
|
-
.
|
|
190
|
+
.w-full {
|
|
188
191
|
width: 100%;
|
|
189
192
|
}
|
|
190
|
-
.
|
|
193
|
+
.w-screen {
|
|
191
194
|
width: 100vw;
|
|
192
195
|
}
|
|
193
|
-
.
|
|
196
|
+
.shrink-0 {
|
|
194
197
|
flex-shrink: 0;
|
|
195
198
|
}
|
|
196
|
-
@keyframes
|
|
199
|
+
@keyframes spin {
|
|
197
200
|
to {
|
|
198
201
|
transform: rotate(360deg);
|
|
199
202
|
}
|
|
200
203
|
}
|
|
201
|
-
.
|
|
202
|
-
animation:
|
|
204
|
+
.animate-spin {
|
|
205
|
+
animation: spin 1s linear infinite;
|
|
203
206
|
}
|
|
204
|
-
.
|
|
207
|
+
.cursor-pointer {
|
|
205
208
|
cursor: pointer;
|
|
206
209
|
}
|
|
207
|
-
.
|
|
210
|
+
.items-center {
|
|
208
211
|
align-items: center;
|
|
209
212
|
}
|
|
210
|
-
.
|
|
213
|
+
.justify-center {
|
|
211
214
|
justify-content: center;
|
|
212
215
|
}
|
|
213
|
-
.
|
|
216
|
+
.justify-between {
|
|
214
217
|
justify-content: space-between;
|
|
215
218
|
}
|
|
216
|
-
.
|
|
219
|
+
.gap-2 {
|
|
217
220
|
gap: 0.5rem;
|
|
218
221
|
}
|
|
219
|
-
.
|
|
222
|
+
.overflow-hidden {
|
|
220
223
|
overflow: hidden;
|
|
221
224
|
}
|
|
222
|
-
.
|
|
225
|
+
.rounded-3xl {
|
|
223
226
|
border-radius: 1.5rem;
|
|
224
227
|
}
|
|
225
|
-
.
|
|
228
|
+
.rounded-full {
|
|
226
229
|
border-radius: 9999px;
|
|
227
230
|
}
|
|
228
|
-
.
|
|
231
|
+
.rounded-lg {
|
|
229
232
|
border-radius: 0.5rem;
|
|
230
233
|
}
|
|
231
|
-
.
|
|
234
|
+
.border {
|
|
232
235
|
border-width: 1px;
|
|
233
236
|
}
|
|
234
|
-
.
|
|
237
|
+
.border-none {
|
|
235
238
|
border-style: none;
|
|
236
239
|
}
|
|
237
|
-
.
|
|
240
|
+
.border-neutral-500 {
|
|
238
241
|
--tw-border-opacity: 1;
|
|
239
242
|
border-color: rgb(115 115 115 / var(--tw-border-opacity));
|
|
240
243
|
}
|
|
241
|
-
.
|
|
244
|
+
.bg-neutral-100 {
|
|
245
|
+
--tw-bg-opacity: 1;
|
|
246
|
+
background-color: rgb(245 245 245 / var(--tw-bg-opacity));
|
|
247
|
+
}
|
|
248
|
+
.bg-neutral-950 {
|
|
242
249
|
--tw-bg-opacity: 1;
|
|
243
250
|
background-color: rgb(10 10 10 / var(--tw-bg-opacity));
|
|
244
251
|
}
|
|
245
|
-
.
|
|
252
|
+
.bg-transparent {
|
|
246
253
|
background-color: transparent;
|
|
247
254
|
}
|
|
248
|
-
.
|
|
255
|
+
.bg-white {
|
|
249
256
|
--tw-bg-opacity: 1;
|
|
250
257
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
251
258
|
}
|
|
252
|
-
.
|
|
259
|
+
.bg-opacity-50 {
|
|
253
260
|
--tw-bg-opacity: 0.5 ;
|
|
254
261
|
}
|
|
255
|
-
.
|
|
262
|
+
.fill-neutral-600 {
|
|
256
263
|
fill: #525252;
|
|
257
264
|
}
|
|
258
|
-
.
|
|
265
|
+
.object-cover {
|
|
259
266
|
-o-object-fit: cover;
|
|
260
267
|
object-fit: cover;
|
|
261
268
|
}
|
|
262
|
-
.
|
|
269
|
+
.p-1 {
|
|
263
270
|
padding: 0.25rem;
|
|
264
271
|
}
|
|
265
|
-
.
|
|
272
|
+
.p-6 {
|
|
266
273
|
padding: 1.5rem;
|
|
267
274
|
}
|
|
268
|
-
.
|
|
275
|
+
.px-3 {
|
|
269
276
|
padding-left: 0.75rem;
|
|
270
277
|
padding-right: 0.75rem;
|
|
271
278
|
}
|
|
272
|
-
.
|
|
279
|
+
.px-4 {
|
|
273
280
|
padding-left: 1rem;
|
|
274
281
|
padding-right: 1rem;
|
|
275
282
|
}
|
|
276
|
-
.
|
|
283
|
+
.py-2 {
|
|
277
284
|
padding-top: 0.5rem;
|
|
278
285
|
padding-bottom: 0.5rem;
|
|
279
286
|
}
|
|
280
|
-
.
|
|
287
|
+
.text-neutral-200 {
|
|
281
288
|
--tw-text-opacity: 1;
|
|
282
289
|
color: rgb(229 229 229 / var(--tw-text-opacity));
|
|
283
290
|
}
|
|
284
|
-
.
|
|
291
|
+
.text-neutral-400 {
|
|
285
292
|
--tw-text-opacity: 1;
|
|
286
293
|
color: rgb(163 163 163 / var(--tw-text-opacity));
|
|
287
294
|
}
|
|
288
|
-
.
|
|
295
|
+
.text-neutral-500 {
|
|
289
296
|
--tw-text-opacity: 1;
|
|
290
297
|
color: rgb(115 115 115 / var(--tw-text-opacity));
|
|
291
298
|
}
|
|
292
|
-
.
|
|
299
|
+
.shadow-lg {
|
|
293
300
|
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
294
301
|
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
295
302
|
box-shadow:
|
|
@@ -297,7 +304,7 @@
|
|
|
297
304
|
var(--tw-ring-shadow, 0 0 #0000),
|
|
298
305
|
var(--tw-shadow);
|
|
299
306
|
}
|
|
300
|
-
.
|
|
307
|
+
.shadow-xl {
|
|
301
308
|
--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
|
|
302
309
|
--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
|
|
303
310
|
box-shadow:
|
|
@@ -305,7 +312,7 @@
|
|
|
305
312
|
var(--tw-ring-shadow, 0 0 #0000),
|
|
306
313
|
var(--tw-shadow);
|
|
307
314
|
}
|
|
308
|
-
.
|
|
315
|
+
.transition-colors {
|
|
309
316
|
transition-property:
|
|
310
317
|
color,
|
|
311
318
|
background-color,
|
|
@@ -316,18 +323,18 @@
|
|
|
316
323
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
317
324
|
transition-duration: 150ms;
|
|
318
325
|
}
|
|
319
|
-
.hover\:
|
|
326
|
+
.hover\:bg-neutral-200:hover {
|
|
320
327
|
--tw-bg-opacity: 1;
|
|
321
328
|
background-color: rgb(229 229 229 / var(--tw-bg-opacity));
|
|
322
329
|
}
|
|
323
|
-
.hover\:
|
|
330
|
+
.hover\:bg-opacity-50:hover {
|
|
324
331
|
--tw-bg-opacity: 0.5 ;
|
|
325
332
|
}
|
|
326
333
|
@media (prefers-color-scheme: dark) {
|
|
327
|
-
.dark\:
|
|
334
|
+
.dark\:fill-neutral-300 {
|
|
328
335
|
fill: #d4d4d4;
|
|
329
336
|
}
|
|
330
|
-
.dark\:
|
|
337
|
+
.dark\:text-neutral-600 {
|
|
331
338
|
--tw-text-opacity: 1;
|
|
332
339
|
color: rgb(82 82 82 / var(--tw-text-opacity));
|
|
333
340
|
}
|
package/dist/index.css.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/styles.css"],"sourcesContent":["*, ::before, ::after {\n --tw-border-spacing-x: 0;\n --tw-border-spacing-y: 0;\n --tw-translate-x: 0;\n --tw-translate-y: 0;\n --tw-rotate: 0;\n --tw-skew-x: 0;\n --tw-skew-y: 0;\n --tw-scale-x: 1;\n --tw-scale-y: 1;\n --tw-pan-x: ;\n --tw-pan-y: ;\n --tw-pinch-zoom: ;\n --tw-scroll-snap-strictness: proximity;\n --tw-gradient-from-position: ;\n --tw-gradient-via-position: ;\n --tw-gradient-to-position: ;\n --tw-ordinal: ;\n --tw-slashed-zero: ;\n --tw-numeric-figure: ;\n --tw-numeric-spacing: ;\n --tw-numeric-fraction: ;\n --tw-ring-inset: ;\n --tw-ring-offset-width: 0px;\n --tw-ring-offset-color: #fff;\n --tw-ring-color: rgb(59 130 246 / 0.5);\n --tw-ring-offset-shadow: 0 0 #0000;\n --tw-ring-shadow: 0 0 #0000;\n --tw-shadow: 0 0 #0000;\n --tw-shadow-colored: 0 0 #0000;\n --tw-blur: ;\n --tw-brightness: ;\n --tw-contrast: ;\n --tw-grayscale: ;\n --tw-hue-rotate: ;\n --tw-invert: ;\n --tw-saturate: ;\n --tw-sepia: ;\n --tw-drop-shadow: ;\n --tw-backdrop-blur: ;\n --tw-backdrop-brightness: ;\n --tw-backdrop-contrast: ;\n --tw-backdrop-grayscale: ;\n --tw-backdrop-hue-rotate: ;\n --tw-backdrop-invert: ;\n --tw-backdrop-opacity: ;\n --tw-backdrop-saturate: ;\n --tw-backdrop-sepia: ;\n --tw-contain-size: ;\n --tw-contain-layout: ;\n --tw-contain-paint: ;\n --tw-contain-style: \n}\n::backdrop {\n --tw-border-spacing-x: 0;\n --tw-border-spacing-y: 0;\n --tw-translate-x: 0;\n --tw-translate-y: 0;\n --tw-rotate: 0;\n --tw-skew-x: 0;\n --tw-skew-y: 0;\n --tw-scale-x: 1;\n --tw-scale-y: 1;\n --tw-pan-x: ;\n --tw-pan-y: ;\n --tw-pinch-zoom: ;\n --tw-scroll-snap-strictness: proximity;\n --tw-gradient-from-position: ;\n --tw-gradient-via-position: ;\n --tw-gradient-to-position: ;\n --tw-ordinal: ;\n --tw-slashed-zero: ;\n --tw-numeric-figure: ;\n --tw-numeric-spacing: ;\n --tw-numeric-fraction: ;\n --tw-ring-inset: ;\n --tw-ring-offset-width: 0px;\n --tw-ring-offset-color: #fff;\n --tw-ring-color: rgb(59 130 246 / 0.5);\n --tw-ring-offset-shadow: 0 0 #0000;\n --tw-ring-shadow: 0 0 #0000;\n --tw-shadow: 0 0 #0000;\n --tw-shadow-colored: 0 0 #0000;\n --tw-blur: ;\n --tw-brightness: ;\n --tw-contrast: ;\n --tw-grayscale: ;\n --tw-hue-rotate: ;\n --tw-invert: ;\n --tw-saturate: ;\n --tw-sepia: ;\n --tw-drop-shadow: ;\n --tw-backdrop-blur: ;\n --tw-backdrop-brightness: ;\n --tw-backdrop-contrast: ;\n --tw-backdrop-grayscale: ;\n --tw-backdrop-hue-rotate: ;\n --tw-backdrop-invert: ;\n --tw-backdrop-opacity: ;\n --tw-backdrop-saturate: ;\n --tw-backdrop-sepia: ;\n --tw-contain-size: ;\n --tw-contain-layout: ;\n --tw-contain-paint: ;\n --tw-contain-style: \n}\n.cac-sr-only {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n white-space: nowrap;\n border-width: 0\n}\n.cac-absolute {\n position: absolute\n}\n.cac-relative {\n position: relative\n}\n.cac-inset-0 {\n inset: 0px\n}\n.cac-left-0 {\n left: 0px\n}\n.cac-right-0 {\n right: 0px\n}\n.cac-right-4 {\n right: 1rem\n}\n.cac-top-0 {\n top: 0px\n}\n.cac-top-4 {\n top: 1rem\n}\n.cac-z-50 {\n z-index: 50\n}\n.cac-mt-2 {\n margin-top: 0.5rem\n}\n.cac-block {\n display: block\n}\n.cac-inline {\n display: inline\n}\n.cac-flex {\n display: flex\n}\n.cac-hidden {\n display: none\n}\n.cac-h-10 {\n height: 2.5rem\n}\n.cac-h-8 {\n height: 2rem\n}\n.cac-h-\\[26rem\\] {\n height: 26rem\n}\n.cac-h-full {\n height: 100%\n}\n.cac-h-screen {\n height: 100vh\n}\n.cac-w-10 {\n width: 2.5rem\n}\n.cac-w-8 {\n width: 2rem\n}\n.cac-w-80 {\n width: 20rem\n}\n.cac-w-full {\n width: 100%\n}\n.cac-w-screen {\n width: 100vw\n}\n.cac-shrink-0 {\n flex-shrink: 0\n}\n@keyframes cac-spin {\n to {\n transform: rotate(360deg)\n }\n}\n.cac-animate-spin {\n animation: cac-spin 1s linear infinite\n}\n.cac-cursor-pointer {\n cursor: pointer\n}\n.cac-items-center {\n align-items: center\n}\n.cac-justify-center {\n justify-content: center\n}\n.cac-justify-between {\n justify-content: space-between\n}\n.cac-gap-2 {\n gap: 0.5rem\n}\n.cac-overflow-hidden {\n overflow: hidden\n}\n.cac-rounded-3xl {\n border-radius: 1.5rem\n}\n.cac-rounded-full {\n border-radius: 9999px\n}\n.cac-rounded-lg {\n border-radius: 0.5rem\n}\n.cac-border {\n border-width: 1px\n}\n.cac-border-none {\n border-style: none\n}\n.cac-border-neutral-500 {\n --tw-border-opacity: 1;\n border-color: rgb(115 115 115 / var(--tw-border-opacity))\n}\n.cac-bg-neutral-950 {\n --tw-bg-opacity: 1;\n background-color: rgb(10 10 10 / var(--tw-bg-opacity))\n}\n.cac-bg-transparent {\n background-color: transparent\n}\n.cac-bg-white {\n --tw-bg-opacity: 1;\n background-color: rgb(255 255 255 / var(--tw-bg-opacity))\n}\n.cac-bg-opacity-50 {\n --tw-bg-opacity: 0.5\n}\n.cac-fill-neutral-600 {\n fill: #525252\n}\n.cac-object-cover {\n -o-object-fit: cover;\n object-fit: cover\n}\n.cac-p-1 {\n padding: 0.25rem\n}\n.cac-p-6 {\n padding: 1.5rem\n}\n.cac-px-3 {\n padding-left: 0.75rem;\n padding-right: 0.75rem\n}\n.cac-px-4 {\n padding-left: 1rem;\n padding-right: 1rem\n}\n.cac-py-2 {\n padding-top: 0.5rem;\n padding-bottom: 0.5rem\n}\n.cac-text-neutral-200 {\n --tw-text-opacity: 1;\n color: rgb(229 229 229 / var(--tw-text-opacity))\n}\n.cac-text-neutral-400 {\n --tw-text-opacity: 1;\n color: rgb(163 163 163 / var(--tw-text-opacity))\n}\n.cac-text-neutral-500 {\n --tw-text-opacity: 1;\n color: rgb(115 115 115 / var(--tw-text-opacity))\n}\n.cac-shadow-lg {\n --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);\n --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)\n}\n.cac-shadow-xl {\n --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);\n --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)\n}\n.cac-transition-colors {\n transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n transition-duration: 150ms\n}\n.hover\\:cac-bg-neutral-200:hover {\n --tw-bg-opacity: 1;\n background-color: rgb(229 229 229 / var(--tw-bg-opacity))\n}\n.hover\\:cac-bg-opacity-50:hover {\n --tw-bg-opacity: 0.5\n}\n@media (prefers-color-scheme: dark) {\n .dark\\:cac-fill-neutral-300 {\n fill: #d4d4d4\n }\n .dark\\:cac-text-neutral-600 {\n --tw-text-opacity: 1;\n color: rgb(82 82 82 / var(--tw-text-opacity))\n }\n}\n"],"mappings":";AAAA;AAAG;AAAU;AACT,yBAAuB;AACvB,yBAAuB;AACvB,oBAAkB;AAClB,oBAAkB;AAClB,eAAa;AACb,eAAa;AACb,eAAa;AACb,gBAAc;AACd,gBAAc;AACd;AACA;AACA;AACA,+BAA6B;AAC7B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,0BAAwB;AACxB,0BAAwB;AACxB,mBAAiB,IAAI,GAAG,IAAI,IAAI,EAAE;AAClC,2BAAyB,EAAE,EAAE;AAC7B,oBAAkB,EAAE,EAAE;AACtB,eAAa,EAAE,EAAE;AACjB,uBAAqB,EAAE,EAAE;AACzB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACJ;AACA;AACI,yBAAuB;AACvB,yBAAuB;AACvB,oBAAkB;AAClB,oBAAkB;AAClB,eAAa;AACb,eAAa;AACb,eAAa;AACb,gBAAc;AACd,gBAAc;AACd;AACA;AACA;AACA,+BAA6B;AAC7B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,0BAAwB;AACxB,0BAAwB;AACxB,mBAAiB,IAAI,GAAG,IAAI,IAAI,EAAE;AAClC,2BAAyB,EAAE,EAAE;AAC7B,oBAAkB,EAAE,EAAE;AACtB,eAAa,EAAE,EAAE;AACjB,uBAAqB,EAAE,EAAE;AACzB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACJ;AACA,CAAC;AACG,YAAU;AACV,SAAO;AACP,UAAQ;AACR,WAAS;AACT,UAAQ;AACR,YAAU;AACV,QAAM,KAAK,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE;AACpB,eAAa;AACb,gBAAc;AAClB;AACA,CAAC;AACG,YAAU;AACd;AACA,CAAC;AACG,YAAU;AACd;AACA,CAAC;AACG,SAAO;AACX;AACA,CAAC;AACG,QAAM;AACV;AACA,CAAC;AACG,SAAO;AACX;AACA,CAAC;AACG,SAAO;AACX;AACA,CAAC;AACG,OAAK;AACT;AACA,CAAC;AACG,OAAK;AACT;AACA,CAAC;AACG,WAAS;AACb;AACA,CAAC;AACG,cAAY;AAChB;AACA,CAAC;AACG,WAAS;AACb;AACA,CAAC;AACG,WAAS;AACb;AACA,CAAC;AACG,WAAS;AACb;AACA,CAAC;AACG,WAAS;AACb;AACA,CAAC;AACG,UAAQ;AACZ;AACA,CAAC;AACG,UAAQ;AACZ;AACA,CAAC;AACG,UAAQ;AACZ;AACA,CAAC;AACG,UAAQ;AACZ;AACA,CAAC;AACG,UAAQ;AACZ;AACA,CAAC;AACG,SAAO;AACX;AACA,CAAC;AACG,SAAO;AACX;AACA,CAAC;AACG,SAAO;AACX;AACA,CAAC;AACG,SAAO;AACX;AACA,CAAC;AACG,SAAO;AACX;AACA,CAAC;AACG,eAAa;AACjB;AACA,WAAW;AACP;AACI,eAAW,OAAO;AACtB;AACJ;AACA,CAAC;AACG,aAAW,SAAS,GAAG,OAAO;AAClC;AACA,CAAC;AACG,UAAQ;AACZ;AACA,CAAC;AACG,eAAa;AACjB;AACA,CAAC;AACG,mBAAiB;AACrB;AACA,CAAC;AACG,mBAAiB;AACrB;AACA,CAAC;AACG,OAAK;AACT;AACA,CAAC;AACG,YAAU;AACd;AACA,CAAC;AACG,iBAAe;AACnB;AACA,CAAC;AACG,iBAAe;AACnB;AACA,CAAC;AACG,iBAAe;AACnB;AACA,CAAC;AACG,gBAAc;AAClB;AACA,CAAC;AACG,gBAAc;AAClB;AACA,CAAC;AACG,uBAAqB;AACrB,gBAAc,IAAI,IAAI,IAAI,IAAI,EAAE,IAAI;AACxC;AACA,CAAC;AACG,mBAAiB;AACjB,oBAAkB,IAAI,GAAG,GAAG,GAAG,EAAE,IAAI;AACzC;AACA,CAAC;AACG,oBAAkB;AACtB;AACA,CAAC;AACG,mBAAiB;AACjB,oBAAkB,IAAI,IAAI,IAAI,IAAI,EAAE,IAAI;AAC5C;AACA,CAAC;AACG,mBAAiB;AACrB;AACA,CAAC;AACG,QAAM;AACV;AACA,CAAC;AACG,iBAAe;AACZ,cAAY;AACnB;AACA,CAAC;AACG,WAAS;AACb;AACA,CAAC;AACG,WAAS;AACb;AACA,CAAC;AACG,gBAAc;AACd,iBAAe;AACnB;AACA,CAAC;AACG,gBAAc;AACd,iBAAe;AACnB;AACA,CAAC;AACG,eAAa;AACb,kBAAgB;AACpB;AACA,CAAC;AACG,qBAAmB;AACnB,SAAO,IAAI,IAAI,IAAI,IAAI,EAAE,IAAI;AACjC;AACA,CAAC;AACG,qBAAmB;AACnB,SAAO,IAAI,IAAI,IAAI,IAAI,EAAE,IAAI;AACjC;AACA,CAAC;AACG,qBAAmB;AACnB,SAAO,IAAI,IAAI,IAAI,IAAI,EAAE,IAAI;AACjC;AACA,CAAC;AACG,eAAa,EAAE,KAAK,KAAK,KAAK,IAAI,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,IAAI,KAAK,IAAI,EAAE,EAAE,EAAE,EAAE;AAC3E,uBAAqB,EAAE,KAAK,KAAK,KAAK,IAAI,kBAAkB,EAAE,EAAE,IAAI,IAAI,KAAK,IAAI;AACjF;AAAA,IAAY,IAAI,uBAAuB,EAAE,EAAE,EAAE,MAAM;AAAA,IAAE,IAAI,gBAAgB,EAAE,EAAE,EAAE,MAAM;AAAA,IAAE,IAAI;AAC/F;AACA,CAAC;AACG,eAAa,EAAE,KAAK,KAAK,KAAK,IAAI,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,KAAK,KAAK,IAAI,EAAE,EAAE,EAAE,EAAE;AAC5E,uBAAqB,EAAE,KAAK,KAAK,KAAK,IAAI,kBAAkB,EAAE,EAAE,IAAI,KAAK,KAAK,IAAI;AAClF;AAAA,IAAY,IAAI,uBAAuB,EAAE,EAAE,EAAE,MAAM;AAAA,IAAE,IAAI,gBAAgB,EAAE,EAAE,EAAE,MAAM;AAAA,IAAE,IAAI;AAC/F;AACA,CAAC;AACG;AAAA,IAAqB,KAAK;AAAA,IAAE,gBAAgB;AAAA,IAAE,YAAY;AAAA,IAAE,qBAAqB;AAAA,IAAE,IAAI;AAAA,IAAE;AACzF,8BAA4B,aAAa,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE;AACtD,uBAAqB;AACzB;AACA,CAAC,yBAAyB;AACtB,mBAAiB;AACjB,oBAAkB,IAAI,IAAI,IAAI,IAAI,EAAE,IAAI;AAC5C;AACA,CAAC,wBAAwB;AACrB,mBAAiB;AACrB;AACA,OAAO,CAAC,oBAAoB,EAAE;AAC1B,GAAC;AACG,UAAM;AACV;AACA,GAAC;AACG,uBAAmB;AACnB,WAAO,IAAI,GAAG,GAAG,GAAG,EAAE,IAAI;AAC9B;AACJ;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../src/styles.css"],"sourcesContent":["*, ::before, ::after {\n --tw-border-spacing-x: 0;\n --tw-border-spacing-y: 0;\n --tw-translate-x: 0;\n --tw-translate-y: 0;\n --tw-rotate: 0;\n --tw-skew-x: 0;\n --tw-skew-y: 0;\n --tw-scale-x: 1;\n --tw-scale-y: 1;\n --tw-pan-x: ;\n --tw-pan-y: ;\n --tw-pinch-zoom: ;\n --tw-scroll-snap-strictness: proximity;\n --tw-gradient-from-position: ;\n --tw-gradient-via-position: ;\n --tw-gradient-to-position: ;\n --tw-ordinal: ;\n --tw-slashed-zero: ;\n --tw-numeric-figure: ;\n --tw-numeric-spacing: ;\n --tw-numeric-fraction: ;\n --tw-ring-inset: ;\n --tw-ring-offset-width: 0px;\n --tw-ring-offset-color: #fff;\n --tw-ring-color: rgb(59 130 246 / 0.5);\n --tw-ring-offset-shadow: 0 0 #0000;\n --tw-ring-shadow: 0 0 #0000;\n --tw-shadow: 0 0 #0000;\n --tw-shadow-colored: 0 0 #0000;\n --tw-blur: ;\n --tw-brightness: ;\n --tw-contrast: ;\n --tw-grayscale: ;\n --tw-hue-rotate: ;\n --tw-invert: ;\n --tw-saturate: ;\n --tw-sepia: ;\n --tw-drop-shadow: ;\n --tw-backdrop-blur: ;\n --tw-backdrop-brightness: ;\n --tw-backdrop-contrast: ;\n --tw-backdrop-grayscale: ;\n --tw-backdrop-hue-rotate: ;\n --tw-backdrop-invert: ;\n --tw-backdrop-opacity: ;\n --tw-backdrop-saturate: ;\n --tw-backdrop-sepia: ;\n --tw-contain-size: ;\n --tw-contain-layout: ;\n --tw-contain-paint: ;\n --tw-contain-style: \n}\n::backdrop {\n --tw-border-spacing-x: 0;\n --tw-border-spacing-y: 0;\n --tw-translate-x: 0;\n --tw-translate-y: 0;\n --tw-rotate: 0;\n --tw-skew-x: 0;\n --tw-skew-y: 0;\n --tw-scale-x: 1;\n --tw-scale-y: 1;\n --tw-pan-x: ;\n --tw-pan-y: ;\n --tw-pinch-zoom: ;\n --tw-scroll-snap-strictness: proximity;\n --tw-gradient-from-position: ;\n --tw-gradient-via-position: ;\n --tw-gradient-to-position: ;\n --tw-ordinal: ;\n --tw-slashed-zero: ;\n --tw-numeric-figure: ;\n --tw-numeric-spacing: ;\n --tw-numeric-fraction: ;\n --tw-ring-inset: ;\n --tw-ring-offset-width: 0px;\n --tw-ring-offset-color: #fff;\n --tw-ring-color: rgb(59 130 246 / 0.5);\n --tw-ring-offset-shadow: 0 0 #0000;\n --tw-ring-shadow: 0 0 #0000;\n --tw-shadow: 0 0 #0000;\n --tw-shadow-colored: 0 0 #0000;\n --tw-blur: ;\n --tw-brightness: ;\n --tw-contrast: ;\n --tw-grayscale: ;\n --tw-hue-rotate: ;\n --tw-invert: ;\n --tw-saturate: ;\n --tw-sepia: ;\n --tw-drop-shadow: ;\n --tw-backdrop-blur: ;\n --tw-backdrop-brightness: ;\n --tw-backdrop-contrast: ;\n --tw-backdrop-grayscale: ;\n --tw-backdrop-hue-rotate: ;\n --tw-backdrop-invert: ;\n --tw-backdrop-opacity: ;\n --tw-backdrop-saturate: ;\n --tw-backdrop-sepia: ;\n --tw-contain-size: ;\n --tw-contain-layout: ;\n --tw-contain-paint: ;\n --tw-contain-style: \n}\n.sr-only {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n white-space: nowrap;\n border-width: 0\n}\n.static {\n position: static\n}\n.absolute {\n position: absolute\n}\n.relative {\n position: relative\n}\n.inset-0 {\n inset: 0px\n}\n.left-0 {\n left: 0px\n}\n.right-0 {\n right: 0px\n}\n.right-4 {\n right: 1rem\n}\n.top-0 {\n top: 0px\n}\n.top-4 {\n top: 1rem\n}\n.z-50 {\n z-index: 50\n}\n.mt-2 {\n margin-top: 0.5rem\n}\n.block {\n display: block\n}\n.inline {\n display: inline\n}\n.flex {\n display: flex\n}\n.hidden {\n display: none\n}\n.h-10 {\n height: 2.5rem\n}\n.h-8 {\n height: 2rem\n}\n.h-96 {\n height: 24rem\n}\n.h-full {\n height: 100%\n}\n.h-screen {\n height: 100vh\n}\n.w-10 {\n width: 2.5rem\n}\n.w-8 {\n width: 2rem\n}\n.w-80 {\n width: 20rem\n}\n.w-full {\n width: 100%\n}\n.w-screen {\n width: 100vw\n}\n.shrink-0 {\n flex-shrink: 0\n}\n@keyframes spin {\n to {\n transform: rotate(360deg)\n }\n}\n.animate-spin {\n animation: spin 1s linear infinite\n}\n.cursor-pointer {\n cursor: pointer\n}\n.items-center {\n align-items: center\n}\n.justify-center {\n justify-content: center\n}\n.justify-between {\n justify-content: space-between\n}\n.gap-2 {\n gap: 0.5rem\n}\n.overflow-hidden {\n overflow: hidden\n}\n.rounded-3xl {\n border-radius: 1.5rem\n}\n.rounded-full {\n border-radius: 9999px\n}\n.rounded-lg {\n border-radius: 0.5rem\n}\n.border {\n border-width: 1px\n}\n.border-none {\n border-style: none\n}\n.border-neutral-500 {\n --tw-border-opacity: 1;\n border-color: rgb(115 115 115 / var(--tw-border-opacity))\n}\n.bg-neutral-100 {\n --tw-bg-opacity: 1;\n background-color: rgb(245 245 245 / var(--tw-bg-opacity))\n}\n.bg-neutral-950 {\n --tw-bg-opacity: 1;\n background-color: rgb(10 10 10 / var(--tw-bg-opacity))\n}\n.bg-transparent {\n background-color: transparent\n}\n.bg-white {\n --tw-bg-opacity: 1;\n background-color: rgb(255 255 255 / var(--tw-bg-opacity))\n}\n.bg-opacity-50 {\n --tw-bg-opacity: 0.5\n}\n.fill-neutral-600 {\n fill: #525252\n}\n.object-cover {\n -o-object-fit: cover;\n object-fit: cover\n}\n.p-1 {\n padding: 0.25rem\n}\n.p-6 {\n padding: 1.5rem\n}\n.px-3 {\n padding-left: 0.75rem;\n padding-right: 0.75rem\n}\n.px-4 {\n padding-left: 1rem;\n padding-right: 1rem\n}\n.py-2 {\n padding-top: 0.5rem;\n padding-bottom: 0.5rem\n}\n.text-neutral-200 {\n --tw-text-opacity: 1;\n color: rgb(229 229 229 / var(--tw-text-opacity))\n}\n.text-neutral-400 {\n --tw-text-opacity: 1;\n color: rgb(163 163 163 / var(--tw-text-opacity))\n}\n.text-neutral-500 {\n --tw-text-opacity: 1;\n color: rgb(115 115 115 / var(--tw-text-opacity))\n}\n.shadow-lg {\n --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);\n --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)\n}\n.shadow-xl {\n --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);\n --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)\n}\n.transition-colors {\n transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n transition-duration: 150ms\n}\n.hover\\:bg-neutral-200:hover {\n --tw-bg-opacity: 1;\n background-color: rgb(229 229 229 / var(--tw-bg-opacity))\n}\n.hover\\:bg-opacity-50:hover {\n --tw-bg-opacity: 0.5\n}\n@media (prefers-color-scheme: dark) {\n .dark\\:fill-neutral-300 {\n fill: #d4d4d4\n }\n .dark\\:text-neutral-600 {\n --tw-text-opacity: 1;\n color: rgb(82 82 82 / var(--tw-text-opacity))\n }\n}\n"],"mappings":";AAAA;AAAG;AAAU;AACT,yBAAuB;AACvB,yBAAuB;AACvB,oBAAkB;AAClB,oBAAkB;AAClB,eAAa;AACb,eAAa;AACb,eAAa;AACb,gBAAc;AACd,gBAAc;AACd;AACA;AACA;AACA,+BAA6B;AAC7B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,0BAAwB;AACxB,0BAAwB;AACxB,mBAAiB,IAAI,GAAG,IAAI,IAAI,EAAE;AAClC,2BAAyB,EAAE,EAAE;AAC7B,oBAAkB,EAAE,EAAE;AACtB,eAAa,EAAE,EAAE;AACjB,uBAAqB,EAAE,EAAE;AACzB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACJ;AACA;AACI,yBAAuB;AACvB,yBAAuB;AACvB,oBAAkB;AAClB,oBAAkB;AAClB,eAAa;AACb,eAAa;AACb,eAAa;AACb,gBAAc;AACd,gBAAc;AACd;AACA;AACA;AACA,+BAA6B;AAC7B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,0BAAwB;AACxB,0BAAwB;AACxB,mBAAiB,IAAI,GAAG,IAAI,IAAI,EAAE;AAClC,2BAAyB,EAAE,EAAE;AAC7B,oBAAkB,EAAE,EAAE;AACtB,eAAa,EAAE,EAAE;AACjB,uBAAqB,EAAE,EAAE;AACzB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACJ;AACA,CAAC;AACG,YAAU;AACV,SAAO;AACP,UAAQ;AACR,WAAS;AACT,UAAQ;AACR,YAAU;AACV,QAAM,KAAK,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE;AACpB,eAAa;AACb,gBAAc;AAClB;AACA,CAAC;AACG,YAAU;AACd;AACA,CAAC;AACG,YAAU;AACd;AACA,CAAC;AACG,YAAU;AACd;AACA,CAAC;AACG,SAAO;AACX;AACA,CAAC;AACG,QAAM;AACV;AACA,CAAC;AACG,SAAO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","names":[]}
|
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
export {
|
|
2
|
-
export { C as CookieConfig, O as OAuthTokens, T as TokensCookieConfig, U as UserStorage } from './types-b4c1koXj.mjs';
|
|
3
|
-
export { U as UserContextType } from './index-DvjkKpkk.mjs';
|
|
1
|
+
export { C as Config, D as DisplayMode, E as Endpoints, F as ForwardedTokens, T as Tokens, U as User } from './index-DoDoIY_K.mjs';
|
|
4
2
|
import 'oslo/oauth2';
|
|
5
3
|
import 'oslo/jwt';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
export {
|
|
2
|
-
export { C as CookieConfig, O as OAuthTokens, T as TokensCookieConfig, U as UserStorage } from './types-b4c1koXj.js';
|
|
3
|
-
export { U as UserContextType } from './index-DTimUlkB.js';
|
|
1
|
+
export { C as Config, D as DisplayMode, E as Endpoints, F as ForwardedTokens, T as Tokens, U as User } from './index-DoDoIY_K.js';
|
|
4
2
|
import 'oslo/oauth2';
|
|
5
3
|
import 'oslo/jwt';
|
package/dist/nextjs.d.mts
CHANGED
|
@@ -2,23 +2,29 @@ import * as next_dist_shared_lib_image_config from 'next/dist/shared/lib/image-c
|
|
|
2
2
|
import * as next_dist_lib_load_custom_routes from 'next/dist/lib/load-custom-routes';
|
|
3
3
|
import * as next_dist_server_config_shared from 'next/dist/server/config-shared';
|
|
4
4
|
import { NextConfig } from 'next';
|
|
5
|
-
import {
|
|
6
|
-
import { U as User } from './types-HdCjGldB.mjs';
|
|
5
|
+
import { U as User, a as UnknownObject } from './index-DoDoIY_K.mjs';
|
|
7
6
|
import { NextRequest, NextResponse } from 'next/server.js';
|
|
8
7
|
import 'oslo/oauth2';
|
|
8
|
+
import 'oslo/jwt';
|
|
9
9
|
|
|
10
|
+
interface CookieConfig {
|
|
11
|
+
secure?: boolean;
|
|
12
|
+
sameSite?: "strict" | "lax" | "none";
|
|
13
|
+
domain?: string;
|
|
14
|
+
path?: string;
|
|
15
|
+
maxAge?: number;
|
|
16
|
+
}
|
|
10
17
|
type AuthConfigWithDefaults = {
|
|
11
18
|
clientId: string;
|
|
12
19
|
oauthServer: string;
|
|
13
20
|
callbackUrl: string;
|
|
14
21
|
loginUrl: string;
|
|
15
22
|
logoutUrl: string;
|
|
16
|
-
appUrl?: string;
|
|
17
23
|
challengeUrl: string;
|
|
18
24
|
include: string[];
|
|
19
25
|
exclude: string[];
|
|
20
26
|
cookies: {
|
|
21
|
-
tokens:
|
|
27
|
+
tokens: CookieConfig;
|
|
22
28
|
user: CookieConfig;
|
|
23
29
|
};
|
|
24
30
|
};
|
|
@@ -54,7 +60,6 @@ declare const createCivicAuthPlugin: (clientId: string, authConfig?: AuthConfig)
|
|
|
54
60
|
_civic_auth_challenge_url: string;
|
|
55
61
|
_civic_auth_login_url: string;
|
|
56
62
|
_civic_auth_logout_url: string;
|
|
57
|
-
_civic_auth_app_url: string | undefined;
|
|
58
63
|
_civic_auth_includes: string;
|
|
59
64
|
_civic_auth_excludes: string;
|
|
60
65
|
_civic_auth_cookie_config: string;
|
|
@@ -161,11 +166,7 @@ declare const createCivicAuthPlugin: (clientId: string, authConfig?: AuthConfig)
|
|
|
161
166
|
experimental?: next_dist_server_config_shared.ExperimentalConfig;
|
|
162
167
|
};
|
|
163
168
|
|
|
164
|
-
|
|
165
|
-
* Used on the server-side to get the user object from the cookie
|
|
166
|
-
*/
|
|
167
|
-
|
|
168
|
-
declare const getUser: () => User | null;
|
|
169
|
+
declare const getUser: () => User<UnknownObject> | null;
|
|
169
170
|
|
|
170
171
|
type Middleware = (request: NextRequest) => Promise<NextResponse> | NextResponse;
|
|
171
172
|
/**
|
package/dist/nextjs.d.ts
CHANGED
|
@@ -2,23 +2,29 @@ import * as next_dist_shared_lib_image_config from 'next/dist/shared/lib/image-c
|
|
|
2
2
|
import * as next_dist_lib_load_custom_routes from 'next/dist/lib/load-custom-routes';
|
|
3
3
|
import * as next_dist_server_config_shared from 'next/dist/server/config-shared';
|
|
4
4
|
import { NextConfig } from 'next';
|
|
5
|
-
import {
|
|
6
|
-
import { U as User } from './types-HdCjGldB.js';
|
|
5
|
+
import { U as User, a as UnknownObject } from './index-DoDoIY_K.js';
|
|
7
6
|
import { NextRequest, NextResponse } from 'next/server.js';
|
|
8
7
|
import 'oslo/oauth2';
|
|
8
|
+
import 'oslo/jwt';
|
|
9
9
|
|
|
10
|
+
interface CookieConfig {
|
|
11
|
+
secure?: boolean;
|
|
12
|
+
sameSite?: "strict" | "lax" | "none";
|
|
13
|
+
domain?: string;
|
|
14
|
+
path?: string;
|
|
15
|
+
maxAge?: number;
|
|
16
|
+
}
|
|
10
17
|
type AuthConfigWithDefaults = {
|
|
11
18
|
clientId: string;
|
|
12
19
|
oauthServer: string;
|
|
13
20
|
callbackUrl: string;
|
|
14
21
|
loginUrl: string;
|
|
15
22
|
logoutUrl: string;
|
|
16
|
-
appUrl?: string;
|
|
17
23
|
challengeUrl: string;
|
|
18
24
|
include: string[];
|
|
19
25
|
exclude: string[];
|
|
20
26
|
cookies: {
|
|
21
|
-
tokens:
|
|
27
|
+
tokens: CookieConfig;
|
|
22
28
|
user: CookieConfig;
|
|
23
29
|
};
|
|
24
30
|
};
|
|
@@ -54,7 +60,6 @@ declare const createCivicAuthPlugin: (clientId: string, authConfig?: AuthConfig)
|
|
|
54
60
|
_civic_auth_challenge_url: string;
|
|
55
61
|
_civic_auth_login_url: string;
|
|
56
62
|
_civic_auth_logout_url: string;
|
|
57
|
-
_civic_auth_app_url: string | undefined;
|
|
58
63
|
_civic_auth_includes: string;
|
|
59
64
|
_civic_auth_excludes: string;
|
|
60
65
|
_civic_auth_cookie_config: string;
|
|
@@ -161,11 +166,7 @@ declare const createCivicAuthPlugin: (clientId: string, authConfig?: AuthConfig)
|
|
|
161
166
|
experimental?: next_dist_server_config_shared.ExperimentalConfig;
|
|
162
167
|
};
|
|
163
168
|
|
|
164
|
-
|
|
165
|
-
* Used on the server-side to get the user object from the cookie
|
|
166
|
-
*/
|
|
167
|
-
|
|
168
|
-
declare const getUser: () => User | null;
|
|
169
|
+
declare const getUser: () => User<UnknownObject> | null;
|
|
169
170
|
|
|
170
171
|
type Middleware = (request: NextRequest) => Promise<NextResponse> | NextResponse;
|
|
171
172
|
/**
|