miloschwartz
|
f2a14e6a36
|
append timestamp to cookie name to prevent redirect loops
|
2025-03-21 21:38:36 -04:00 |
|
miloschwartz
|
adef93623d
|
more visual enhancements and use expires instead of max age in cookies
|
2025-03-02 15:50:03 -05:00 |
|
miloschwartz
|
e82df67063
|
Merge branch 'dev' into multi-domain
|
2025-02-26 21:26:20 -05:00 |
|
miloschwartz
|
ff37e07ce6
|
make cookies work with multi-domain
|
2025-02-23 23:04:01 -05:00 |
|
miloschwartz
|
82f990eb8b
|
add list domains for org endpoint
|
2025-02-16 18:09:17 -05:00 |
|
Milo Schwartz
|
8dd30c88ab
|
fix reset password sql error
|
2025-02-14 13:12:29 -05:00 |
|
Milo Schwartz
|
19273ddbd5
|
use zod for rules ip validation
|
2025-02-12 21:52:58 -05:00 |
|
Milo Schwartz
|
6fba13c8d1
|
Merge pull request #185 from fosrl/rules
Rules
|
2025-02-10 21:11:57 -05:00 |
|
Owen
|
8f96d0795c
|
Add update
|
2025-02-08 17:10:37 -05:00 |
|
Owen
|
da3c8823f8
|
rename to resource rules and add api endpoints
|
2025-02-08 17:07:21 -05:00 |
|
Milo Schwartz
|
b1fa980f56
|
expand list of allowed special characters in password
|
2025-02-08 16:04:41 -05:00 |
|
Milo Schwartz
|
bb5573a8f4
|
allow comma in password closes #121
|
2025-01-31 15:03:36 -05:00 |
|
Milo Schwartz
|
f40d91ff9e
|
remove secure_cookies option from config
|
2025-01-30 21:53:42 -05:00 |
|
Milo Schwartz
|
60110350aa
|
use smtp user if no no-reply set
|
2025-01-28 21:26:34 -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
|
ab18e15a71
|
allow controlling cors from config and add cors middleware to traefik
|
2025-01-13 23:59:10 -05:00 |
|
Milo Schwartz
|
f5fda5d8ea
|
allow access token in resource url
|
2025-01-11 19:47:07 -05:00 |
|
Milo Schwartz
|
235e91294e
|
remove base_url from config (#13)
* add example config dir, logos, and update CONTRIBUTING.md
* update dockerignore
* split base_url into dashboard_url and base_domain
* Remove unessicary ports
* Allow anything for the ip
* Update docker tags
* Complex regex for domains/ips
* update gitignore
---------
Co-authored-by: Owen Schwartz <owen@txv.io>
|
2025-01-07 22:41:35 -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
|
b199595100
|
rename auth and start work separating config
|
2025-01-01 16:40:01 -05:00 |
|
Milo Schwartz
|
2ed4b948b8
|
fix access token session do not extend and make domains lower case
|
2024-12-26 15:13:49 -05:00 |
|
Owen Schwartz
|
d75222626e
|
Use samesite strict
|
2024-12-25 22:08:52 -05:00 |
|
Milo Schwartz
|
4cdaa9b588
|
Merge branch 'main' of https://github.com/fosrl/pangolin
|
2024-12-25 15:55:50 -05:00 |
|
Milo Schwartz
|
4a1e869e58
|
setup server admin
|
2024-12-25 15:54:32 -05:00 |
|
Owen Schwartz
|
2f328fc719
|
Add basic transactions
|
2024-12-24 16:00:02 -05:00 |
|
Milo Schwartz
|
4b34353354
|
allow backup code input for totp
|
2024-12-22 17:20:24 -05:00 |
|
Milo Schwartz
|
f224bfa4ee
|
reset password flow
|
2024-12-22 16:59:30 -05:00 |
|
Owen Schwartz
|
0386d81b95
|
Merge branch 'main' of https://github.com/fosrl/pangolin
|
2024-12-22 12:04:57 -05:00 |
|
Owen Schwartz
|
1361b47ef7
|
Remove dangerous logging
|
2024-12-22 12:03:46 -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
|
8178dd1525
|
set resource session as base domain cookie
|
2024-11-27 00:07:40 -05:00 |
|
Milo Schwartz
|
d7c4bc43a4
|
set resource session cookie in proxy via param
|
2024-11-23 23:31:22 -05:00 |
|
Milo Schwartz
|
e802d061ba
|
api for set resource password and auth with resource password
|
2024-11-17 22:44:11 -05:00 |
|
Milo Schwartz
|
cc674c2b9c
|
added initial schema for resource sessions and auth types
|
2024-11-16 22:41:43 -05:00 |
|
Milo Schwartz
|
b1e53ed8d7
|
set users on resource working
|
2024-11-15 23:38:08 -05:00 |
|
Milo Schwartz
|
28bae40390
|
add roles input on resource and make spacing more consistent
|
2024-11-15 18:25:27 -05:00 |
|
Owen Schwartz
|
e5e78ff1bf
|
Basic websocket and auth for newt
|
2024-11-10 17:08:11 -05:00 |
|
Milo Schwartz
|
231e1d2e2d
|
more user role stuff
|
2024-11-09 23:59:19 -05:00 |
|
Milo Schwartz
|
bb17d30c9e
|
list roles, make sidebar component, responsive mobile settings menu selector
|
2024-11-09 00:08:17 -05:00 |
|
Milo Schwartz
|
a6bb8f5bb1
|
create invite and accept invite endpoints
|
2024-11-02 18:12:17 -04:00 |
|
Milo Schwartz
|
57ba84eb02
|
more validation and redirects
|
2024-10-19 16:37:40 -04:00 |
|
Milo Schwartz
|
3bb7efb7c6
|
fixed listSites endpoint
|
2024-10-14 21:54:43 -04:00 |
|
Owen Schwartz
|
0599421975
|
Add stepper
|
2024-10-14 19:30:48 -04:00 |
|
Owen Schwartz
|
9abb656d52
|
Move to string ordId
|
2024-10-14 15:11:18 -04:00 |
|
Milo Schwartz
|
99d6cababa
|
remove lucia
|
2024-10-13 17:13:47 -04:00 |
|