digitalcredentials / learner-credential-wallet

Learner Credential Wallet is a cross-platform iOS and Android mobile application for storing and sharing digital learner credentials.
https://lcw.app
MIT License
54 stars 28 forks source link

Refactor registry client, remove issuerAuth. #537

Closed dmitrizagidulin closed 8 months ago

dmitrizagidulin commented 8 months ago

(As part of the cleanup process to move to OWF).

Moves 'Known Issuers' / 'Known Verifiers' registries client from being hardcoded in the issuer-registry-client library, to instead be read from config file (in app/config/index.ts).

Also removes the deprecated issuerAuth OIDC registry.

dmitrizagidulin commented 8 months ago

Tested locally and works on iOS, merging so I can test it on android's test build