miloschwartz
5c04b1e14a
add site targets, client resources, and auto login
2025-08-14 18:24:21 -07:00
T Aviss
481714f095
Fix for issues with binding ports other than 80/443
...
server/routers/badger/verifySession.ts : verifyResourceSession() updated code behind "cleanHost" var to a regex which strips the trailing :port for any port (rather than a string match for 80/443)
src/app/auth/resource/[resourceId]/page.tsx : ResourceAuthPage() added a secondary match for serverResourceHost and redirectHost that accounts for ports
server/routers/badger/exchangeSession.ts : Updated exchangeSession() to use the same "cleanHost" type var (with port-stripping) as in verifyResourceSession(), replaced references to "host" with "cleanHost"
2025-07-30 22:16:46 -07:00
miloschwartz
ccdcda7f1d
add screenshots and minor fixes
2025-07-16 22:18:11 -07:00
Owen
98a261e38c
Pull up downstream changes
2025-07-13 21:57:24 -07:00
Marvin
a6348a3e28
Merge remote-tracking branch 'upstream/dev' into feature-i18n
2025-06-06 06:03:55 +00:00
miloschwartz
f0cb65f65c
dont import db in nextjs
2025-06-05 14:44:34 -04:00
Marvin
dd7b91f770
Merge remote-tracking branch 'upstream/dev' into feature-i18n
2025-06-05 04:41:28 +00:00
miloschwartz
2cca561e51
support postgresql as database option
2025-06-04 12:02:07 -04:00
Lokowitz
f07e8d08c3
update all
2025-05-25 19:01:20 +00:00
Lokowitz
d9ee40c898
more fixes
2025-05-17 20:04:56 +00:00
vlalx
b8ed5ac1c5
I18n auth ( #23 )
...
* New translation keys in en-US locale
* New translation keys in de-DE locale
* New translation keys in fr-FR locale
* New translation keys in it-IT locale
* New translation keys in pl-PL locale
* New translation keys in pt-PT locale
* New translation keys in tr-TR locale
* Add translation keys in app/auth
* Fix build
---------
Co-authored-by: Lokowitz <marvinlokowitz@gmail.com>
2025-05-17 18:11:56 +02:00
miloschwartz
4dba75f913
obscure pin code input closes #580
2025-04-23 16:33:55 -04:00
miloschwartz
8fa719181a
show list of idp on login
2025-04-18 21:59:58 -04:00
miloschwartz
aa3b527f67
add validate callback loading state and encryption
2025-04-14 20:56:45 -04:00
miloschwartz
0e65f8c921
check resource id on verify access token
2025-04-06 13:08:55 -04:00
miloschwartz
74d6b3d902
shorten share links and add migration
2025-04-04 22:58:01 -04:00
miloschwartz
cdc415079c
add supporer key program
2025-03-20 22:16:02 -04:00
miloschwartz
20f1a6372b
small visual improvements
2025-02-26 21:24:35 -05:00
miloschwartz
ff37e07ce6
make cookies work with multi-domain
2025-02-23 23:04:01 -05:00
Milo Schwartz
8165051dd8
fix toast dismiss causing components to rerender and clean up rules text
2025-02-10 21:35:06 -05:00
Owen Schwartz
f4ae2188e0
Fix typo courtesy of Discord @kazak
2025-01-29 09:34:55 -05:00
Milo Schwartz
9f1f2910e4
refactor auth to work cross domain and with http resources closes #100
2025-01-26 14:42:02 -05:00
Milo Schwartz
a2ed7c7117
complete integration of direct share link as discussed in #35
2025-01-12 13:43:16 -05:00
Milo Schwartz
f5fda5d8ea
allow access token in resource url
2025-01-11 19:47:07 -05:00
Milo Schwartz
c3d19454f7
allow resource redirect if host is same
2025-01-10 00:13:51 -05:00
Milo Schwartz
6c813186b8
verify redirects are safe before redirecting
2025-01-09 23:26:07 -05:00
Milo Schwartz
7388480885
change powered by text
2025-01-05 14:01:58 -05:00
Milo Schwartz
64158a823b
major ui tweaks and refactoring
2025-01-04 20:22:01 -05:00
Milo Schwartz
0e99e2b62b
minor visual improvements
2025-01-03 22:32:24 -05:00
Milo Schwartz
3b4a993704
refactor and reorganize
2025-01-01 21:41:31 -05:00
Milo Schwartz
9732098799
make config class and separate migrations script
2025-01-01 17:50:12 -05:00
Milo Schwartz
ce5df3b0b9
fix issues from test deploy
2024-12-21 21:01:12 -05:00
Milo Schwartz
845d65ad33
share links
2024-12-20 22:24:44 -05:00
Milo Schwartz
72dc02ff2e
access token endpoints and other backend support
2024-12-18 23:14:26 -05:00
Milo Schwartz
207a7b8a39
add resource whitelist auth method
2024-12-16 22:40:42 -05:00
Milo Schwartz
998fab6d0a
add otp flow to resource auth portal
2024-12-15 17:47:07 -05:00
Milo Schwartz
d3d2fe398b
env context and refactor api support different ports
2024-12-12 22:46:58 -05:00
Milo Schwartz
500a81aa42
fix rendering issues on resource unauthorized
2024-11-29 22:53:45 -05:00
Milo Schwartz
5bbf32f6a6
improve verify email redirect flow
2024-11-28 00:11:13 -05:00
Milo Schwartz
c2cbd7e1a1
fix minor auth issues and set NODE_ENV to solve react email bug
2024-11-27 14:35:38 -05:00
Milo Schwartz
8178dd1525
set resource session as base domain cookie
2024-11-27 00:07:40 -05:00
Milo Schwartz
cc05baf67d
move resource auth to auth router
2024-11-24 11:27:43 -05:00
Milo Schwartz
4be535c08d
fix tabs rendering verticaly bug
2024-11-24 00:12:38 -05:00
Milo Schwartz
d7c4bc43a4
set resource session cookie in proxy via param
2024-11-23 23:31:22 -05:00
Milo Schwartz
ad5ea3564b
added support for pin code auth
2024-11-23 20:08:56 -05:00