41 Commits

Author SHA1 Message Date
ba2c36c014 docs: add test data for login; feat: ID.Not dev flow tweaks; chore: nginx dev host adjustments
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 47s
2025-09-26 15:12:34 +02:00
7c5c4ab334 ci: docker_tag=dev-test
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 49s
chore(nginx): logs vhost + X-Request-Id; docs: logs & ops; idnot: headers Accept+Contexte; backups: snapshot, ports & http flows
2025-09-25 09:18:58 +02:00
dd45e99a80 feat(idnot): add mock mode for development without IdNot access
- Add IDNOT_MOCK=1 environment variable to bypass external IdNot calls
- Use real test account data: IDN187087, STON CARQUEIRANNE, CRPCEN 083079
- Mock authentication returns valid user data for development
- Allows testing auth flow without IdNot API access

[skip ci]
2025-09-24 22:31:51 +02:00
fd093aec65 feat(idnot): robust JSON handling with clear ExternalServiceError logs [skip ci] 2025-09-24 22:18:06 +02:00
125e9ac923 fix(idnot): resolve callback 502 error - add /authorized-client route
- Add GET /authorized-client route in backend (same handler as /idnot/callback)
- Update nginx lecoffreio.4nkweb.com config to proxy /authorized-client to backend
- Add nginx effective config snapshot
- Document resolution in docs/

Resolves: idnot callback 502 error on lecoffreio.4nkweb.com/authorized-client
Test: Route now returns 500 'State expired' (expected for old state) instead of 502

[skip ci]
2025-09-24 22:12:51 +02:00
ea83bc759a fix(idnot): add /authorized-client route for idnot callback [skip ci] 2025-09-24 21:56:20 +02:00
5e3fb8f07f clean
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 51s
2025-09-24 19:49:02 +02:00
61a6b166f7 fix(config): keep localhost:3000 defaults; remove only local.4nkweb.com usage
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 57s
2025-09-24 18:30:59 +02:00
f79b3f8f26 refactor(config): drop local.4nkweb.com (http) usage; enforce https lecoffreio.4nkweb.com\n\n- Remove CORS default for local.4nkweb.com:3000\n- Default APP_HOST to https://lecoffreio.4nkweb.com\n- Remove obsolete nginx conf
Some checks failed
Build and Push to Registry / build-and-push (push) Has been cancelled
2025-09-24 18:29:11 +02:00
efe9dbde1b IA align
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 50s
2025-09-24 12:18:09 +02:00
e6fd9192b1 Ensure environment variables are validated as strings for fetch calls
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 47s
2025-09-16 10:54:23 +02:00
7d102772d9 Replace idnotConfig variable with environment variable
Some checks failed
Build and Push to Registry / build-and-push (push) Failing after 38s
2025-09-16 10:46:31 +02:00
8ed2ffb16c Removed idnotConfig file 2025-09-16 10:45:27 +02:00
Sosthene
7d47eec1f2 Rename signer-improved to simply signer
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 51s
2025-09-15 04:34:04 +02:00
Sosthene
b04679ba34 Remove database
Some checks failed
Build and Push to Registry / build-and-push (push) Failing after 40s
2025-09-10 15:52:51 +02:00
Sosthene
e8cb97b6c6 Use handlers for idNot method 2025-09-07 23:24:26 +02:00
Sosthene
c07591a97a Rm some leftovers 2025-09-07 23:23:38 +02:00
Sosthene
888ca48712 Improve logging 2025-09-07 23:23:10 +02:00
Sosthene
06a6b5c7aa Heavy refactoring 2025-09-07 21:10:39 +02:00
Sosthene
8462b99586 Conversion to typescript 2025-09-07 15:30:32 +02:00
Sosthene
1465c9dfd2 Improve idnot api 2025-08-27 17:51:48 +02:00
Sosthene
7e679ae33f Add sdk signer client interface 2025-08-27 17:51:08 +02:00
Sosthene
9bfcb47293 Add IDNOT_API_KEY env 2025-08-27 17:50:19 +02:00
4f446cad5d Search by firstName or lastName on notaries 2025-08-18 18:34:51 +02:00
ed7edef021 Fix some issues 2025-08-18 17:54:18 +02:00
bbb5b5ae36 Add Database connection 2025-08-11 16:29:39 +02:00
9f14ae59ff Fix some issues
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 43s
2025-08-05 14:52:29 +02:00
omaroughriss
ce2c399055 Add allowed origin
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 33s
2025-07-24 12:59:04 +02:00
698256cd24 Fix some issues
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 32s
2025-07-23 15:26:15 +02:00
5d7baeb433 Fix some issues
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 36s
2025-07-23 12:25:20 +02:00
omaroughriss
462b978d86 Move Stripe feature to the main file 2025-07-23 11:26:08 +02:00
omaroughriss
fecde28049 Add Stripe feature 2025-07-22 17:27:44 +02:00
omaroughriss
ad26f210ed Rename main server just for now 2025-07-22 17:27:28 +02:00
Omar Oughriss
3855c739bc Add mailchimp feature
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 30s
2025-07-18 17:02:13 +02:00
Omar Oughriss
f6f36e1453 Move SMS feature to the main file 2025-07-18 15:41:58 +02:00
omaroughriss
862d82ac6b Add the SMS feature 2025-07-17 14:54:10 +02:00
omaroughriss
4615c57629 Rename the main server just for now 2025-07-17 14:53:44 +02:00
5086f2d281 Fix some issues
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 27s
2025-07-09 17:56:57 +02:00
Omar Oughriss
1e2b53e7a8 Add CI to main
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 28s
2025-06-30 15:19:13 +02:00
Omar Oughriss
05a42f6414 test
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 28s
2025-06-30 14:59:28 +02:00
afa764b678 first commit 2025-06-25 09:09:31 +02:00