-
Notifications
You must be signed in to change notification settings - Fork 4
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 auth provider #405
Conversation
* fix: simplify Environment * fix: improve environment lookup * fix: make constructor private so only Environment class can make new instance * fix: revert environments as public * fix: env names and consumer url tests --------- Co-authored-by: Earl Grant Reyes <earl.r@affinidi.com> Co-authored-by: Carlos Rincon <“carlos.r@affinidi.com”>
…nidi-tdk into feat/dart-consumer-auth-provider
packages/dart/affinidi_auth_provider/lib/src/auth_provider.dart
Outdated
Show resolved
Hide resolved
…nidi-tdk into feat/FTL-19002-consumer-docs
Co-authored-by: Carlos Rincon <“carlos.r@affinidi.com”>
…nidi-tdk into feat/FTL-19002-consumer-docs
fix: fix Dart code generation
feat: consumer docs
…nidi-tdk into feat/FTL-19077-consumer-abstraction
…tion feat: add consumer abstraction
…alized feat: cryptography service finalized
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll add a blind review while trusting the message you've left in slack.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mine comments are just improvements, so feel free to ignore 'em for now :P
LGTM!
|
||
### For vault applications | ||
|
||
If you are building a vault application that manages user's data, you will be interested in the following packages: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@affrncsp I would advice that we highlight that developer has an option to create Vault within their existing app and not to have separate app that is only Vault related.
Some benefits which we can highlight:
🔄 Seamless Syncing: Automatic updates keep your profiles consistent across devices.
🔐 Enhanced Privacy: Share only what’s needed—your originals stay private and protected.
☁️ Centralised Storage: Safely store and organise files in a secure cloud you can access anywhere.
No description provided.