WIP import_id #9

Open
sosthene wants to merge 6 commits from import_id into dev
Owner
  • Export a json file that contains all the data necessary to use the same identity on another machine
  • Import the json file into an instance of ihm_client and retrieve all the data

Export is currently made from the "Mon Compte" screen and create a downloadable .json file
Import is currently from the login screen with a link on bottom of the screen, below the email address, making it basically a third login method beside idnot and email for customers

TODO:

  • [] encryption using user defined password (front only needs to prompt user for password, actual encryption happens on the ihm_client side)

KNOWN ISSUES:

  • [] import is broken (json file is considered invalid, probably an issue on the ihm_client side though)
* Export a json file that contains all the data necessary to use the same identity on another machine * Import the json file into an instance of ihm_client and retrieve all the data Export is currently made from the "Mon Compte" screen and create a downloadable .json file Import is currently from the login screen with a link on bottom of the screen, below the email address, making it basically a third login method beside idnot and email for customers TODO: * [] encryption using user defined password (front only needs to prompt user for password, actual encryption happens on the ihm_client side) KNOWN ISSUES: * [] import is broken (json file is considered invalid, probably an issue on the ihm_client side though)
sosthene added the
enhancement
label 2025-07-16 11:26:00 +00:00
sosthene self-assigned this 2025-07-16 11:26:00 +00:00
sosthene added 70 commits 2025-07-16 11:26:01 +00:00
Ignore unused erros (only for dev)
Some checks failed
Build and Push to Registry / build-and-push (push) Failing after 39s
5b3fcc1eaf
Add env variables to secrets
Some checks failed
Build and Push to Registry / build-and-push (push) Failing after 22s
5620084a35
Minor update
Some checks failed
Build and Push to Registry / build-and-push (push) Failing after 22s
eb4e47a73e
Minor update
Some checks failed
Build and Push to Registry / build-and-push (push) Failing after 25s
fd4a9d32b7
Minor Update
Some checks failed
Build and Push to Registry / build-and-push (push) Failing after 23s
e8d7c5777f
Update
Some checks failed
Build and Push to Registry / build-and-push (push) Failing after 22s
01d56c864a
Update
Some checks failed
Build and Push to Registry / build-and-push (push) Failing after 3s
19f517a946
Update
Some checks failed
Build and Push to Registry / build-and-push (push) Failing after 41s
5667f07b51
Update
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 2m17s
76650e3068
Update bae url
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 2m19s
2e54e77aee
Update port
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 2m17s
4e8dbcbf17
Merge branch 'ajanin' into cicd
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 2m23s
a351c1814c
Merge branch 'certificate' into cicd
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 2m26s
5b3f432c3a
Merge branch 'cicd' of https://git.4nkweb.com/4nk/lecoffre-front into cicd
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 3m52s
1c3afac679
Merge pull request 'ajanin' (#1) from ajanin into cicd
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 3m56s
dc54ec1a9b
Reviewed-on: #1
Merge pull request 'Fix some issues' (#2) from ajanin into cicd
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 3m51s
4d11a9b7ef
Reviewed-on: #2
Merge pull request 'Fix some issues' (#3) from ajanin into cicd
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 3m52s
d1af444ed1
Reviewed-on: #3
Merge pull request 'Fix some issues' (#4) from ajanin into cicd
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 3m53s
ed4b797230
Reviewed-on: #4
Merge pull request 'ajanin' (#5) from ajanin into cicd
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 3m56s
21d2d7b94d
Reviewed-on: #5
Merge pull request 'Fix some issues' (#6) from ajanin into cicd
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 3m52s
1a397a8a5d
Reviewed-on: #6
Merge pull request 'Fix some issues' (#7) from ajanin into cicd
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 3m52s
b7f725bcfd
Reviewed-on: #7
sosthene requested review from ajanin 2025-07-16 11:26:02 +00:00
sosthene changed target branch from main to dev 2025-07-16 11:26:51 +00:00
sosthene added 1 commit 2025-07-16 16:25:11 +00:00
This pull request has changes conflicting with the target branch.
  • src/front/Components/Layouts/LoginCallback/index.tsx

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin import_id:import_id
git checkout import_id
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 4nk/lecoffre-front#9
No description provided.