Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge master branch on vite and fix conflicts #518

Merged
merged 232 commits into from
Feb 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
232 commits
Select commit Hold shift + click to select a range
e182c35
OpenID4VCIClient dependency now inherits the ability to generate mult…
kkmanos Nov 11, 2024
1fe4db6
sync master
kkmanos Nov 14, 2024
0028310
get batch size from metadata
kkmanos Nov 15, 2024
6272c82
Fix redundant event listener for newCredential
gkatrakazas Nov 15, 2024
90536d3
Prevent resend fcm token on reload
gkatrakazas Nov 15, 2024
8128582
Fix send fcm token after logout
gkatrakazas Nov 15, 2024
504ab3c
Reduce noice console logs about fcm token
gkatrakazas Nov 15, 2024
0ccd0f0
Merge remote-tracking branch 'origin/master' into oid4vci/batch-issuance
kkmanos Nov 15, 2024
ebe69a6
Revert to 76b7fd26bd98c2122c317cee5f9b59ba66da8eea
gkatrakazas Nov 15, 2024
09a7c99
Prevent resend fcm token on reload
gkatrakazas Nov 15, 2024
f3ce956
Fix send fcm token after logout
gkatrakazas Nov 15, 2024
c98450c
Reduce noice console logs about fcm token
gkatrakazas Nov 15, 2024
7ea22a3
Merge pull request #443 from wwWallet/fix/new-credential-event
gkatrakazas Nov 15, 2024
eee9b5e
Merge pull request #444 from wwWallet/fix/fcm-token-request
gkatrakazas Nov 15, 2024
7ca00e2
Handle null or undefined in function to prevent TypeError
gkatrakazas Nov 15, 2024
f8b9913
Refactor StatusProvider included connectivity object with Internet ac…
gkatrakazas Nov 18, 2024
e14019a
Add polling check internet connection every 7 seconds when is offline
gkatrakazas Nov 18, 2024
177ee0a
Call updateOnlineStatus on location change and remote the initial che…
gkatrakazas Nov 18, 2024
2f597cb
Call updateOnlineStatus on key actions on login
gkatrakazas Nov 18, 2024
b95d17b
Add forceCheck prop to updateOnlineStatus and lastupdate tile in orde…
gkatrakazas Nov 18, 2024
c1d74a4
Add polling updateOnlineStatus every 20 sec if lastUpdateCallTime did…
gkatrakazas Nov 18, 2024
a73e5cc
SelectCredentialsPopup: get credentials from credential context
kkmanos Nov 18, 2024
de3a859
change addNewCredentialKeypair to addNewCredentialKeypairs
kkmanos Nov 18, 2024
3607d2a
add instanceId and sigCount counters in StorableCredential type. Must…
kkmanos Nov 18, 2024
8143c61
support batch credential issuance
kkmanos Nov 18, 2024
76fc4f0
CredentialContext: show only the first instance of each credential
kkmanos Nov 18, 2024
4d0f3de
present the least used credential. update sigCount when credential is…
kkmanos Nov 18, 2024
16e2a76
Update connection status icon with quality bars base on connectivity …
gkatrakazas Nov 18, 2024
7eace68
Cleanup console logs on StatusContext
gkatrakazas Nov 18, 2024
b300bb6
Merge pull request #446 from wwWallet/fix/null-check-vc-list
gkatrakazas Nov 18, 2024
ff394cb
Merge branch 'master' into oid4vci/batch-issuance
gkatrakazas Nov 19, 2024
126741f
Refactor ui and get vc data with batch issuance
gkatrakazas Nov 19, 2024
eabcbd7
Rename StatusRibbon to ExpiredRibbon
gkatrakazas Nov 19, 2024
cc28bba
Hide ribbons on history details page/popup
gkatrakazas Nov 19, 2024
b12cc3e
fix width style on credential layout
gkatrakazas Nov 19, 2024
b666b28
Fix code format
gkatrakazas Nov 19, 2024
46c81dc
feat: add language selector in UI
jlsOsorio Nov 19, 2024
77a117b
Refactor UsageStats and localize Available Usages
gkatrakazas Nov 19, 2024
a66a701
Merge pull request #448 from wwWallet/oid4vci/batch-issuance-ui
gkatrakazas Nov 19, 2024
7b084e9
Fix center login content and position section at the bottom
gkatrakazas Nov 19, 2024
c00c60c
Hide app version from UI but keep it accessible via inspect
gkatrakazas Nov 19, 2024
fb365be
Update package.json version to 0.2.3
gkatrakazas Nov 19, 2024
ee27d4d
Merge pull request #451 from wwWallet/update/version-0.2.3
gkatrakazas Nov 19, 2024
869464f
handle errors when metadata cannot be fetched for a specific issuer t…
kkmanos Nov 20, 2024
c22e4a0
Merge pull request #453 from wwWallet/fix/metadata-fetching-error-han…
kkmanos Nov 20, 2024
a39f3ff
support combined presentation
kkmanos Nov 20, 2024
c76b1bb
Fix dark mode batch issuance style
gkatrakazas Nov 20, 2024
842d1d1
Add global background styles to mitigate white screen flash
gkatrakazas Nov 22, 2024
231af70
Optimize spinner loading to prevent delays and improve UX
gkatrakazas Nov 22, 2024
af24c31
Merge pull request #455 from wwWallet/oid4vci/batch-issuance-ui
gkatrakazas Nov 22, 2024
77a6119
Merge pull request #459 from wwWallet/combined-presentation
kkmanos Nov 22, 2024
e8757ff
exported getSdJwtVcMetadata on utils to isolate the way sd jwt vc met…
kkmanos Nov 22, 2024
d691280
Enhance spinner handling and improve lazy loading strategy
gkatrakazas Nov 22, 2024
71cf72f
Merge pull request #450 from wwWallet/fix/login-layout-center-and-footer
gkatrakazas Nov 22, 2024
047b808
Update credential parse extraction values base on getSdJwtVcMetadataR…
gkatrakazas Nov 24, 2024
4fc40f9
Fix code format of getSdJwtVcMetadata
gkatrakazas Nov 24, 2024
92a61db
Add null check for vcEntityList and ensure robust rendering of creden…
gkatrakazas Nov 24, 2024
b727db8
Merge pull request #458 from wwWallet/fix/white-screen-flash-and-styles
gkatrakazas Nov 25, 2024
2d5e881
decoupled prompt for selection to call it by promptForCredentialSelec…
kkmanos Nov 25, 2024
abbbf39
Hotfix: force reload when find new content
gkatrakazas Nov 25, 2024
7fd59ff
removed SelectCredentialsPopup from App.js
kkmanos Nov 25, 2024
d4fbb7a
separated AuthorizationRequest generators using the IOpenID4VCIAuthor…
kkmanos Nov 25, 2024
0188bf9
added OpenID4VCIAuthorizationRequestForFirstPartyApplications to impl…
kkmanos Nov 25, 2024
9f8ae70
resolved conflict
kkmanos Nov 25, 2024
aebba0b
Merge pull request #434 from wwWallet/oid4vci/batch-issuance
kkmanos Nov 25, 2024
767f5f7
Merge branch 'master' into credential-metadata-fixes
kkmanos Nov 25, 2024
4cd68a8
Merge pull request #460 from wwWallet/credential-metadata-fixes
kkmanos Nov 25, 2024
fb86bbe
fix the case where batch size is set to 1 on cred issuer
kkmanos Nov 25, 2024
7327b3d
minor fix
kkmanos Nov 25, 2024
0cd745d
Merge pull request #464 from wwWallet/fix/single-proof-special-case-h…
kkmanos Nov 25, 2024
e39812a
Merge pull request #465 from wwWallet/fix/select-cred-popup-vclist
kkmanos Nov 25, 2024
2572331
Merge master and fix conflicts
gkatrakazas Nov 25, 2024
113e196
Merge pull request #461 from wwWallet/fix/check-null-vc-entity-list
gkatrakazas Nov 25, 2024
9dabcde
Merge pull request #456 from wwWallet/hotfix/chuck-error
gkatrakazas Nov 25, 2024
f0e9126
Fix home vc batch display
gkatrakazas Nov 25, 2024
5bf3823
fix the credential filtering procedure based on the requested fields …
kkmanos Nov 25, 2024
8b6858a
Merge pull request #466 from wwWallet/fix/home-batch-display
gkatrakazas Nov 25, 2024
ef7413a
Merge pull request #467 from wwWallet/fix/inexistent-requested-fields
kkmanos Nov 26, 2024
fb88b4c
synced with master
kkmanos Nov 26, 2024
b8e776b
added withCredentialContext wrapper component
kkmanos Nov 26, 2024
feba6fd
Execute credential parsers in the order that the were executed
kkmanos Nov 26, 2024
38b0347
Merge pull request #468 from wwWallet/order-cred-parsers
kkmanos Nov 26, 2024
2bf624d
Merge pull request #381 from wwWallet/feat/internet-check
gkatrakazas Nov 26, 2024
5754c71
signed signed metadata if available
kkmanos Nov 26, 2024
f1ad3c7
Merge pull request #469 from wwWallet/signed-issuer-metadata
kkmanos Nov 26, 2024
f7b4f06
use cached proofs in case of invalid dpop nonce proof
kkmanos Nov 26, 2024
1a2ed1d
Merge pull request #470 from wwWallet/fix/use-cached-proofs
kkmanos Nov 27, 2024
b12e4bc
resolved conflicts
kkmanos Nov 27, 2024
6bae2b0
completed first implementation of first-party-app protocol
kkmanos Nov 29, 2024
2038f1f
made toBase64 function iterative instead of calling String.fromCharCo…
kkmanos Dec 2, 2024
7fb66b0
minor fix
kkmanos Dec 2, 2024
e1dedd1
Merge pull request #472 from wwWallet/iterative-tobase64
kkmanos Dec 2, 2024
7951ef0
multi presentation view
kkmanos Dec 3, 2024
5adafcc
Merge pull request #478 from wwWallet/multi-presentation-view
kkmanos Dec 3, 2024
6e8ebfe
Merge pull request #473 from wwWallet/reduce-event-dispatching
kkmanos Dec 3, 2024
a085622
fix cross compatibility of expiry date
kkmanos Nov 29, 2024
54d8b1a
Fix Expiration ribbon display
gkatrakazas Nov 29, 2024
d6205bd
Handle all date format cases
gkatrakazas Nov 29, 2024
acbda63
Add scrollbar on History details credential info on not mobile screen
gkatrakazas Dec 3, 2024
90656ed
fetch vc data on listen notification
gkatrakazas Nov 28, 2024
3f66769
Fix corruption data race in cached users
emlun Dec 3, 2024
e122daf
Extract named logout function
emlun Dec 3, 2024
9cc6dac
Send keystore.close event to log out api module too
emlun Dec 3, 2024
6c49b04
reinitialize SelectCredentialsPopup + fixes
kkmanos Dec 3, 2024
bc82022
pass credentials from context to SelectCredentialsPopup component
kkmanos Dec 3, 2024
c311421
first-party app implementation improvements for cross-compatibility w…
kkmanos Dec 3, 2024
3ca7514
Restore credential caching
kkmanos Dec 5, 2024
03aff47
Merge pull request #486 from wwWallet/fix/restore-cred-caching
kkmanos Dec 5, 2024
6fb4f5b
Fix cleanSessionStorage on every logout way
gkatrakazas Dec 5, 2024
fae394d
Merge remote-tracking branch 'origin/master' into oauth2-for-first-pa…
kkmanos Dec 5, 2024
4d0f70d
prioritize pushed authorization endpoint if supported
kkmanos Dec 5, 2024
06bc0ed
formatting fixes
kkmanos Dec 5, 2024
2267cc9
Merge branch 'master' into feat/language-selector
jlsOsorio Dec 9, 2024
1b09b52
refactor: change selector to dropdown layout
jlsOsorio Dec 9, 2024
2d9996f
chore: define priority picking language
jlsOsorio Dec 12, 2024
651b9ce
style: remove trailing whitespace
jlsOsorio Dec 12, 2024
762f968
major communication protocol architecure changes
kkmanos Dec 23, 2024
7ec2ab7
Merge pull request #482 from wwWallet/fix/fetch-vc-notif
gkatrakazas Jan 7, 2025
52471b3
Merge pull request #481 from wwWallet/style/history-details-scroll
gkatrakazas Jan 7, 2025
0a97774
Merge pull request #480 from wwWallet/fix/date-format
gkatrakazas Jan 7, 2025
89e2e7d
Merge pull request #479 from wwWallet/fix/vc-expiration
gkatrakazas Jan 7, 2025
1d8af8f
Refactor: Move logo into a reusable component with centralized redire…
gkatrakazas Dec 3, 2024
0891eeb
Feat: add dynamic logo switching based on Christmas season
gkatrakazas Jan 7, 2025
ea37ad9
Refine Christmas season handling to ensure continuity across year change
gkatrakazas Jan 7, 2025
030725b
Remove alt prop on Logo.tsx and add aria-label on <a/>
gkatrakazas Jan 7, 2025
24aaca7
Fix imgClassName typo
gkatrakazas Jan 7, 2025
520de2c
Merge pull request #491 from wwWallet/refactor/christmas-style
gkatrakazas Jan 7, 2025
f59f415
cleanup redundant classes
kkmanos Jan 8, 2025
778c119
fix: history display
kkmanos Jan 8, 2025
b359f57
Fix base lint warnings
gkatrakazas Jan 8, 2025
7bfd6a2
exposed OpenID4VCI on context + isolated the token request logic
kkmanos Jan 9, 2025
72de0cb
Update contribution guidelines
pstamatop Jan 9, 2025
8644222
Merge pull request #494 from wwWallet/docs
pstamatop Jan 9, 2025
c77eb09
request authorization in case it is required
kkmanos Jan 10, 2025
2121af2
Merge pull request #487 from wwWallet/rev-oauth2-first-party-app
kkmanos Jan 10, 2025
c5f12c1
render each issuer if the metadata are loaded and not wait for all is…
kkmanos Jan 10, 2025
5b9df08
minor fixes
kkmanos Jan 10, 2025
6146dfb
Resolve missing dependencies in useEffect to fix lint warnings
gkatrakazas Jan 10, 2025
2c524bc
resolved conflicts
kkmanos Jan 13, 2025
b668ff4
formatting fix
kkmanos Jan 13, 2025
3212fa0
formatting fix
kkmanos Jan 13, 2025
6766a60
Fix: update equality operator to '===' in AddCredentials.js
gkatrakazas Jan 13, 2025
da8242f
Merge pull request #493 from wwWallet/feat/protocol-optimization-lint…
gkatrakazas Jan 13, 2025
ec6a6f6
Extract VC entity fetching logic into reusable hook
gkatrakazas Jan 13, 2025
8d58aab
simplifications
kkmanos Jan 14, 2025
4f2ef4d
fallback client id
kkmanos Jan 14, 2025
e5ff744
zod schema re-alignment
kkmanos Jan 14, 2025
c63918e
resolved conflicts
kkmanos Jan 14, 2025
e704faf
resolved conlicts with master
kkmanos Jan 14, 2025
68920b6
minor adaptations
kkmanos Jan 14, 2025
9eb647b
Enhance credential filtering by grouping instances and adding 'instan…
gkatrakazas Jan 14, 2025
0bdc74b
Optimize credential filtering and instance grouping
gkatrakazas Jan 14, 2025
239c58c
fixes for the remember issuer feature
kkmanos Jan 14, 2025
91c6a11
formatting fix
kkmanos Jan 14, 2025
08acb5c
fix: history details
kkmanos Jan 14, 2025
c6d4a78
Merge pull request #492 from wwWallet/feat/protocol-optimization
kkmanos Jan 14, 2025
4bca103
Centralize credential parsing to CredentialContext
gkatrakazas Jan 14, 2025
d39cce6
Merge master and fix conflicts
gkatrakazas Jan 14, 2025
b3d3c57
Fix lint warnings
gkatrakazas Jan 15, 2025
76b26ce
fix wrong credentialFriendlyName path from home
gkatrakazas Jan 15, 2025
4444c89
Merge pull request #495 from wwWallet/refactor/fetch-data
gkatrakazas Jan 16, 2025
3896125
Rename firebase service worker scope
gkatrakazas Jan 18, 2025
9a0e11c
Extract listenForNotifications logic into a higher-order hook
gkatrakazas Jan 18, 2025
0ee6e9f
On useNotificationListener use a ref for getData to prevent unnecessa…
gkatrakazas Jan 18, 2025
2e5228a
Rename HandlerNotification to NewCredentialNotification for clarity a…
gkatrakazas Jan 18, 2025
0f1b077
Rename useNotificationListener to useCredentialListener for clarity
gkatrakazas Jan 18, 2025
f5a0130
Fix: ensure continuously listens for notifications without requiring…
gkatrakazas Jan 19, 2025
c6855da
fix expiry date extraction of a credential
kkmanos Jan 20, 2025
10db0c3
Refactor: move service worker background notification click handling …
gkatrakazas Jan 20, 2025
d278d13
Use sessionStorage for temporary notification store
gkatrakazas Jan 20, 2025
c02f6e3
Merge pull request #496 from wwWallet/fix/cred-token-expiry
kkmanos Jan 20, 2025
7f3be8f
refactor: remove flags and fit layout
jlsOsorio Jan 21, 2025
c021b21
Fix multiple event listeners and redundant session cleanup in Session…
gkatrakazas Jan 22, 2025
658e9b7
Merge branch 'master' into session-issues-logout
gkatrakazas Jan 22, 2025
6c94f01
Refactor SessionContextProvider to ensure stable clearSession referen…
gkatrakazas Jan 22, 2025
d52006f
Merge branch 'master' of github.com:wwwallet/wallet-frontend into fea…
pstamatop Jan 22, 2025
14af80b
Add greek translation
pstamatop Jan 22, 2025
b818f8e
Rename closeTabLocal to closeSessionTabLocal to improve clarity and b…
gkatrakazas Jan 22, 2025
b86e169
Remove unnecessary console logs
gkatrakazas Jan 22, 2025
3d7a82f
Merge pull request #488 from wwWallet/session-issues-logout
gkatrakazas Jan 23, 2025
959d9b8
Refactor URL cleaning logic to retain incoming parameters in the logi…
gkatrakazas Jan 23, 2025
fd4b8ee
Remove unnecessary console logs
gkatrakazas Jan 23, 2025
cf7eeda
Merge pull request #497 from wwWallet/fix/notifications-inconsistency
gkatrakazas Jan 23, 2025
8d71c54
Update issue templates
pstamatop Jan 23, 2025
70137e0
Fix Login box style to ensure the connectivity bar and language selec…
gkatrakazas Jan 23, 2025
868f233
Refactor LanguageSelector options display
gkatrakazas Jan 24, 2025
8760427
Add Language Selector on Loginstate page
gkatrakazas Jan 24, 2025
8b9da06
Improve Login and loginState title margin
gkatrakazas Jan 24, 2025
2d37384
pass the correct claims to the CheckExpiry function in the Credential…
kkmanos Jan 24, 2025
024667e
Handle single-language case gracefully and update styling
gkatrakazas Jan 24, 2025
d0116ae
Merge pull request #499 from wwWallet/fix/cred-layout-expiry
kkmanos Jan 24, 2025
6bcc601
Merge pull request #498 from wwWallet/fix/clean-url-logout
gkatrakazas Jan 24, 2025
0a1e401
Remove newCredential event listener
gkatrakazas Jan 27, 2025
cb70806
Call getData with true shouldPoll on credentialRequest
gkatrakazas Jan 27, 2025
6af211e
Merge pull request #500 from wwWallet/fix/detect-new-vc
gkatrakazas Jan 27, 2025
3c139af
Update package.json version to 0.2.4
pstamatop Jan 27, 2025
bbb5a0a
Fix: handle language-region extraction and add navigator.languages to…
gkatrakazas Jan 27, 2025
6009bb7
Fix focus in login pages with tab key navigation
gkatrakazas Jan 28, 2025
09c8fa4
Fix: make NotificationPermissionWarning reactive to language changes
gkatrakazas Jan 28, 2025
1495ca0
Merge pull request #502 from wwWallet/update/version-0.2.4
pstamatop Jan 28, 2025
d59048d
Style: keep common style on select elements
gkatrakazas Jan 28, 2025
dbadb45
Style: fix style of arrow down select button
gkatrakazas Jan 28, 2025
b9624fe
handle the case where dpop is not supported
kkmanos Jan 30, 2025
4f4711a
Merge pull request #506 from wwWallet/fix/handle-no-dpop-support
kkmanos Jan 30, 2025
c0bb6aa
Feat(i18n): Add multi-language toggle via .env
gkatrakazas Jan 31, 2025
f7a0114
Add multi lang env variable
pstamatop Jan 31, 2025
6bbcff7
Merge pull request #503 from wwWallet/feat/el-translation
pstamatop Feb 3, 2025
5765550
Merge pull request #449 from wwWallet/feat/language-selector
pstamatop Feb 3, 2025
6cf175a
chore: remove unused useEffect import in CredentialsContext
gkatrakazas Feb 3, 2025
3769190
Merge pull request #508 from wwWallet/fix/unused-useEffect
gkatrakazas Feb 3, 2025
f9bf22b
fix: prevent username wrapping on login with cached users
gkatrakazas Feb 3, 2025
7f5ad99
improve accessibility of login buttons with cached users
gkatrakazas Feb 3, 2025
d367ea4
fix the cached user filtering on login state
gkatrakazas Feb 3, 2025
39d8c4e
Merge pull request #509 from wwWallet/fix/filter-cached-user
gkatrakazas Feb 3, 2025
db85f88
style improvements across login pages
gkatrakazas Feb 3, 2025
959dbd2
Fix: Prevent unnecessary rerender when logging in with null location …
gkatrakazas Feb 4, 2025
8eb4532
Merge pull request #510 from wwWallet/fix/handle-null-location-search
gkatrakazas Feb 4, 2025
a81c390
refactor Sidebar and NavItem and improve style
gkatrakazas Feb 4, 2025
ecc6308
hide BottomNav labels when 2xs(max-360px) screens
gkatrakazas Feb 4, 2025
db790f9
refactor(UriHandler): remove unused addLoader and removeLoader and de…
gkatrakazas Feb 5, 2025
3c2c40c
Merge pull request #507 from wwWallet/fix/unuse-bg-task
gkatrakazas Feb 5, 2025
6cfe217
chore: add depcheck to detect unused dependencies
gkatrakazas Feb 6, 2025
69d07a1
chore: remove unused dependencies detected by depcheck
gkatrakazas Feb 6, 2025
dcf4aa1
chore: cleanup unused dev dependencies
gkatrakazas Feb 6, 2025
82bf0e5
fix: install missing dependencies required by eslint, TypeScript, wor…
gkatrakazas Feb 6, 2025
1bf3ac5
chore: clean and reinstall node_modules with updated dependencies
gkatrakazas Feb 6, 2025
2080e7d
Merge pull request #513 from wwWallet/chore/dependency-cleanup-fix
gkatrakazas Feb 6, 2025
c8cb0c4
Update package.json version to 0.2.5
gkatrakazas Feb 6, 2025
e3a9c16
Merge pull request #511 from wwWallet/feat/ui-multilang-style-refactor
gkatrakazas Feb 6, 2025
73eee82
Merge pull request #515 from wwWallet/update/version-0.2.5
gkatrakazas Feb 6, 2025
8a04489
merge master and fix conflicts
gkatrakazas Feb 18, 2025
49734bf
fix env.template code format and delete old handlerNotification
gkatrakazas Feb 18, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ GENERATE_SOURCEMAP=false
VITE_DISPLAY_CONSOLE=true
VITE_WEBAUTHN_RPID=localhost
VITE_OPENID4VCI_REDIRECT_URI=http://localhost:3000/
VITE_OPENID4VP_SAN_DNS_CHECK=false
VITE_OPENID4VP_SAN_DNS_CHECK_SSL_CERTS=false
VITE_VALIDATE_CREDENTIALS_WITH_TRUST_ANCHORS=true
VITE_MULTI_LANGUAGE_DISPLAY=false
VITE_MULTI_LANGUAGE_DISPLAY=true
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ Our Web Wallet provides a range of features tailored to enhance the credential m
- VITE_DISPLAY_CONSOLE: Handle console logs (`true` or `false`). If left empty, it will be handled as `true`.
- VITE_INACTIVE_LOGOUT_SECONDS: Session will time out after approximately this time in seconds since the last user activity (default is 15 minutes).
- VITE_WEBAUTHN_RPID: WebAuthn relying party ID (when running locally, set to `localhost`). This must match the `config.webauthn.rp.id` setting in `wallet-backend-server`.
- VITE_OPENID4VP_SAN_DNS_CHECK: Verify at the OID4VP incoming authorization request that the SAN contained in the certificate is the same with the response_uri
- VITE_OPENID4VCI_REDIRECT_URI: Redirect uri after authentication and token request at the authorization server in OID4VCI flow.
- VITE_OPENID4VP_SAN_DNS_CHECK: Verify at the OID4VP incoming authorization request that the SAN contained in the certificate is the same with the response_uri (`true` or `false`).
- VITE_OPENID4VP_SAN_DNS_CHECK_SSL_CERTS: Flag to switch (`true` or `false`) the Subject Alternative Name validation of the certificates during the OpenID4VP.
- VITE_VALIDATE_CREDENTIALS_WITH_TRUST_ANCHORS: Flag to switch (`true` or `false`) the validation of issued credentials with the registered trust anchors that were defined in the wallet-backend-server.
- VITE_MULTI_LANGUAGE_DISPLAY: Enable or disable multi-language support (`true` or `false`). If left empty, it will be handled as `false`.
Expand Down
70 changes: 0 additions & 70 deletions src/components/Notifications/HandlerNotification.jsx

This file was deleted.

53 changes: 0 additions & 53 deletions src/lib/services/HttpProxy.ts

This file was deleted.

Loading