CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 11:42:22 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/supabase/auth.git
etag: W/"fcdae04dcbc378dfc3841067bf76e6d5"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=Q3UU0FNB8C2GauN6Bt61jftXSykWuY6CoCAn92X3%2BANpt5w1cHaWPs7I09lqnuxBazMlk01L0dPI7r%2FcziJzscuFPPqLC4rWaFCS0tSliH5J%2FMPM6lMqK4Ui6iMPEJ6uaajagSlbdqyYtyhiQNlFm1qF4Ib0e0EyvsShEPE5H%2BGSDHjAbihQ05YSH7g%2BZYDj3S%2FzL5mbVlUa2Til6vjo1mCoXq5DMfMS4hNGTImzBmFTXDK%2F681FCHEeuA0N5Wewc0URba97E7JI78Re368QEw%3D%3D--oGauhsFj48Ngl8w2--SaaKkawmfjayt7JgopsPbg%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.147343291.1753616541; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 11:42:21 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 11:42:21 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: E4BA:7ADB8:44F784:5CBAAF:6886109D
feat: add option to disable writing to `audit_log_entries` (#2073) · supabase/auth@80758dd · GitHub
Copy file name to clipboardExpand all lines: internal/api/reauthenticate.go
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 489
Commit 80758dd
feat: add option to disable writing to
Adds a new config option `GOTRUE_AUDIT_LOG_DISABLE_POSTGRES` which when
set to true will cause the server to no longer write to the
`audit_log_entries` table.
---------
Co-authored-by: Cemal Kilic <cemalkilic96@gmail.com>audit_log_entries
(#2073)1 parent fca8ea4 commit 80758ddCopy full SHA for 80758dd
File tree
Expand file treeCollapse file tree
22 files changed
+87
-54
lines changedFilter options
- internal
- api
- conf
- models
Expand file treeCollapse file tree
22 files changed
+87
-54
lines changed+8-5Lines changed: 8 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
304 | 304 |
| |
305 | 305 |
| |
306 | 306 |
| |
307 |
| - | |
| 307 | + | |
308 | 308 |
| |
309 | 309 |
| |
310 | 310 |
| |
| |||
457 | 457 |
| |
458 | 458 |
| |
459 | 459 |
| |
460 |
| - | |
| 460 | + | |
461 | 461 |
| |
462 | 462 |
| |
463 | 463 |
| |
| |||
512 | 512 |
| |
513 | 513 |
| |
514 | 514 |
| |
| 515 | + | |
515 | 516 |
| |
516 | 517 |
| |
517 | 518 |
| |
| |||
525 | 526 |
| |
526 | 527 |
| |
527 | 528 |
| |
528 |
| - | |
| 529 | + | |
529 | 530 |
| |
530 | 531 |
| |
531 | 532 |
| |
| |||
571 | 572 |
| |
572 | 573 |
| |
573 | 574 |
| |
| 575 | + | |
574 | 576 |
| |
575 | 577 |
| |
576 | 578 |
| |
577 | 579 |
| |
578 |
| - | |
| 580 | + | |
579 | 581 |
| |
580 | 582 |
| |
581 | 583 |
| |
| |||
601 | 603 |
| |
602 | 604 |
| |
603 | 605 |
| |
| 606 | + | |
604 | 607 |
| |
605 | 608 |
| |
606 | 609 |
| |
| |||
627 | 630 |
| |
628 | 631 |
| |
629 | 632 |
| |
630 |
| - | |
| 633 | + | |
631 | 634 |
| |
632 | 635 |
| |
633 | 636 |
| |
|
+5-3Lines changed: 5 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
382 | 382 |
| |
383 | 383 |
| |
384 | 384 |
| |
385 |
| - | |
| 385 | + | |
386 | 386 |
| |
387 | 387 |
| |
388 | 388 |
| |
| |||
411 | 411 |
| |
412 | 412 |
| |
413 | 413 |
| |
414 |
| - | |
| 414 | + | |
415 | 415 |
| |
416 | 416 |
| |
417 | 417 |
| |
| |||
422 | 422 |
| |
423 | 423 |
| |
424 | 424 |
| |
| 425 | + | |
| 426 | + | |
425 | 427 |
| |
426 | 428 |
| |
427 | 429 |
| |
| |||
464 | 466 |
| |
465 | 467 |
| |
466 | 468 |
| |
467 |
| - | |
| 469 | + | |
468 | 470 |
| |
469 | 471 |
| |
470 | 472 |
| |
|
+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| 18 | + | |
18 | 19 |
| |
19 | 20 |
| |
20 | 21 |
| |
| |||
49 | 50 |
| |
50 | 51 |
| |
51 | 52 |
| |
52 |
| - | |
| 53 | + | |
53 | 54 |
| |
54 | 55 |
| |
55 | 56 |
| |
|
+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| 23 | + | |
23 | 24 |
| |
24 | 25 |
| |
25 | 26 |
| |
| |||
82 | 83 |
| |
83 | 84 |
| |
84 | 85 |
| |
85 |
| - | |
| 86 | + | |
86 | 87 |
| |
87 | 88 |
| |
88 | 89 |
| |
|
+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
| 24 | + | |
24 | 25 |
| |
25 | 26 |
| |
26 | 27 |
| |
| |||
44 | 45 |
| |
45 | 46 |
| |
46 | 47 |
| |
47 |
| - | |
| 48 | + | |
48 | 49 |
| |
49 | 50 |
| |
50 | 51 |
| |
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
136 | 136 |
| |
137 | 137 |
| |
138 | 138 |
| |
139 |
| - | |
| 139 | + | |
140 | 140 |
| |
141 | 141 |
| |
142 | 142 |
| |
|
+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
139 | 139 |
| |
140 | 140 |
| |
141 | 141 |
| |
142 |
| - | |
| 142 | + | |
143 | 143 |
| |
144 | 144 |
| |
145 | 145 |
| |
| |||
174 | 174 |
| |
175 | 175 |
| |
176 | 176 |
| |
177 |
| - | |
| 177 | + | |
178 | 178 |
| |
179 | 179 |
| |
180 | 180 |
| |
|
+13-9Lines changed: 13 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
169 | 169 |
| |
170 | 170 |
| |
171 | 171 |
| |
| 172 | + | |
172 | 173 |
| |
173 | 174 |
| |
174 | 175 |
| |
| |||
208 | 209 |
| |
209 | 210 |
| |
210 | 211 |
| |
211 |
| - | |
| 212 | + | |
212 | 213 |
| |
213 | 214 |
| |
214 | 215 |
| |
| |||
230 | 231 |
| |
231 | 232 |
| |
232 | 233 |
| |
| 234 | + | |
233 | 235 |
| |
234 | 236 |
| |
235 | 237 |
| |
| |||
242 | 244 |
| |
243 | 245 |
| |
244 | 246 |
| |
245 |
| - | |
| 247 | + | |
246 | 248 |
| |
247 | 249 |
| |
248 | 250 |
| |
| |||
311 | 313 |
| |
312 | 314 |
| |
313 | 315 |
| |
314 |
| - | |
| 316 | + | |
315 | 317 |
| |
316 | 318 |
| |
317 | 319 |
| |
| |||
435 | 437 |
| |
436 | 438 |
| |
437 | 439 |
| |
438 |
| - | |
| 440 | + | |
439 | 441 |
| |
440 | 442 |
| |
441 | 443 |
| |
| |||
467 | 469 |
| |
468 | 470 |
| |
469 | 471 |
| |
470 |
| - | |
| 472 | + | |
471 | 473 |
| |
472 | 474 |
| |
473 | 475 |
| |
| |||
672 | 674 |
| |
673 | 675 |
| |
674 | 676 |
| |
675 |
| - | |
| 677 | + | |
676 | 678 |
| |
677 | 679 |
| |
678 | 680 |
| |
| |||
811 | 813 |
| |
812 | 814 |
| |
813 | 815 |
| |
814 |
| - | |
| 816 | + | |
815 | 817 |
| |
816 | 818 |
| |
817 | 819 |
| |
| |||
855 | 857 |
| |
856 | 858 |
| |
857 | 859 |
| |
| 860 | + | |
858 | 861 |
| |
859 | 862 |
| |
860 | 863 |
| |
| |||
910 | 913 |
| |
911 | 914 |
| |
912 | 915 |
| |
913 |
| - | |
| 916 | + | |
914 | 917 |
| |
915 | 918 |
| |
916 | 919 |
| |
| |||
991 | 994 |
| |
992 | 995 |
| |
993 | 996 |
| |
| 997 | + | |
994 | 998 |
| |
995 | 999 |
| |
996 | 1000 |
| |
| |||
1009 | 1013 |
| |
1010 | 1014 |
| |
1011 | 1015 |
| |
1012 |
| - | |
| 1016 | + | |
1013 | 1017 |
| |
1014 | 1018 |
| |
1015 | 1019 |
| |
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
186 | 186 |
| |
187 | 187 |
| |
188 | 188 |
| |
189 |
| - | |
| 189 | + | |
190 | 190 |
| |
191 | 191 |
| |
192 | 192 |
| |
|
internal/api/reauthenticate.go
Copy file name to clipboardExpand all lines: internal/api/reauthenticate.go+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| 19 | + | |
19 | 20 |
| |
20 | 21 |
| |
21 | 22 |
| |
| |||
37 | 38 |
| |
38 | 39 |
| |
39 | 40 |
| |
40 |
| - | |
| 41 | + | |
41 | 42 |
| |
42 | 43 |
| |
43 | 44 |
| |
|
You can’t perform that action at this time.
0 commit comments