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

Feature/storage adapter #16

Merged
merged 13 commits into from
Jan 10, 2019
Merged

Feature/storage adapter #16

merged 13 commits into from
Jan 10, 2019

Conversation

xLEWKANx
Copy link
Contributor

@xLEWKANx xLEWKANx commented Jan 9, 2019

No description provided.

name: 'resolve-virgil-crypto',
resolveId (importee, b) {
if (importee === 'virgil-crypto') {
console.log(importee, b);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this was meant for debugging purposes, it can be removed

}

componentDidMount() {
const getToken = () => fetch("http://192.168.1.125:3000/get-virgil-jwt")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this be something like http://127.0.0.1:3000?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it will not work on android, but it is just examples, so

.then(res => res.json())
.then(data => data.token);

console.log('keyEntryStorage', keyEntryStorage);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can probably remove this as well.

@xLEWKANx xLEWKANx merged commit 49a5c32 into master Jan 10, 2019
@xLEWKANx xLEWKANx deleted the feature/storage-adapter branch January 10, 2019 11:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants