-
Notifications
You must be signed in to change notification settings - Fork 1
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: lets nanoTDF client take options instead #278
Conversation
dmihalcik-virtru
commented
May 9, 2024
•
edited
Loading
edited
- Changes nanotdf constructor parameter to be an options object instead of ordered parameters
- Lets web-app backend be configurable
- fix some tsc issues in web-app
- Some fixes for dpop/signing key generation flows
If these changes look good, signoff on them with:
If they aren't any good, please remove them with:
|
5d1853e
to
8fc299b
Compare
If these changes look good, signoff on them with:
If they aren't any good, please remove them with:
|
- Adds `tsc` build of web-app to makefile - fixes existing typescript issues in web app, and some cleanup
d6e8ca5
to
d00fdf6
Compare
|
- Changes nanotdf constructor parameter to be an options object instead of ordered parameters - Lets web-app backend be configurable - Some fixes for dpop/signing key generation flows - Adds `tsc` build of web-app to makefile - fixes existing typescript issues in web app, and some cleanup