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

feat: dart consumer auth provider #422

Merged
merged 28 commits into from
Jan 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
cbdf317
fix: simplify Environment
hpelitebook745G2 Jan 8, 2025
776319e
fix: improve environment lookup
hpelitebook745G2 Jan 8, 2025
dcf7499
fix: make constructor private so only Environment class can make new …
hpelitebook745G2 Jan 8, 2025
9333dd9
fix: revert environments as public
hpelitebook745G2 Jan 8, 2025
316233a
Merge branch 'dart-auth-provider' of https://github.com/affinidi/affi…
hpelitebook745G2 Jan 9, 2025
bbad90d
fix: add consumerCisUrl
hpelitebook745G2 Jan 9, 2025
72a30a4
feat: add JS wallet service from Vault
hpelitebook745G2 Jan 10, 2025
5772a59
fix: remove redundant Consumer base URL
hpelitebook745G2 Jan 10, 2025
c1077a2
feat: initial implementation of Consumer Auth Provider
hpelitebook745G2 Jan 10, 2025
9a677bc
feat: add temporary Token provider
hpelitebook745G2 Jan 10, 2025
02219f2
feat: add fetchConsumerCisUrl test
hpelitebook745G2 Jan 10, 2025
bd69cbe
fix: use seed instead of mnemonic
hpelitebook745G2 Jan 12, 2025
677e7e9
Merge branch 'test' into feat/dart-consumer-auth-provider
hpelitebook745G2 Jan 12, 2025
5c45fd1
fix: updated implementation using encryptedSeed
hpelitebook745G2 Jan 13, 2025
d32b5ba
fix: remove unused code
hpelitebook745G2 Jan 13, 2025
6239574
fix: update implementation to use encryptedSeed
hpelitebook745G2 Jan 13, 2025
ed46c19
fix: move wallet material to constructor
hpelitebook745G2 Jan 14, 2025
65cc92f
fix: rename environment types for consistency
hpelitebook745G2 Jan 14, 2025
42e3181
fix: extract common endpoints
hpelitebook745G2 Jan 14, 2025
6c58a13
fix: rename package to affinidi_tdk_consumer_auth_provider
hpelitebook745G2 Jan 14, 2025
d537ad8
Merge branch 'dart-auth-provider' of https://github.com/affinidi/affi…
hpelitebook745G2 Jan 14, 2025
a7fe172
fix: rename package folder to consumer_auth_provider
hpelitebook745G2 Jan 14, 2025
5e3794f
fix: removed old file
hpelitebook745G2 Jan 14, 2025
c4304ed
Merge branch 'dart-auth-provider' of https://github.com/affinidi/affi…
hpelitebook745G2 Jan 14, 2025
390864a
fix: rename packages correctly
hpelitebook745G2 Jan 14, 2025
84e9a67
fix: add check for existing token
hpelitebook745G2 Jan 16, 2025
c8832e5
Merge branch 'dart-auth-provider' of https://github.com/affinidi/affi…
hpelitebook745G2 Jan 16, 2025
fc91e8a
chore: gitignored fvmrc
hpelitebook745G2 Jan 16, 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
1 change: 1 addition & 0 deletions packages/dart/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.fvmrc
Loading
Loading