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

fix: update @web3-storage/access dep to fix email + issue #503

Merged
merged 3 commits into from
Apr 10, 2023

Conversation

travis
Copy link
Member

@travis travis commented Apr 7, 2023

Trying to auth with an email with a + in it currently fails, upgrade to the latest version of @web3-storage/access which fixes that.

While I was in here I did a bit of refactoring so that only keyring-core depends on @web3-storage/access

trying to auth with an email with a + in it currently fails, upgrade to the latest version of @web3-storage/access which fixes that.
@travis travis requested review from alanshaw, olizilla and gobengo April 7, 2023 00:19
@codesandbox-ci
Copy link

codesandbox-ci bot commented Apr 7, 2023

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit bfab958:

Sandbox Source
@w3ui/example-react-file-upload Configuration
@w3ui/example-react-sign-up-in Configuration
@w3ui/example-react-uploads-list Configuration
@w3ui/example-solid-file-upload Configuration
@w3ui/example-solid-sign-up-in Configuration
@w3ui/example-solid-uploads-list Configuration
@w3ui/example-vue-file-upload Configuration
@w3ui/example-vue-sign-up-in Configuration
@w3ui/example-vue-uploads-list Configuration

@travis
Copy link
Member Author

travis commented Apr 7, 2023 via email

Copy link
Contributor

@gobengo gobengo left a comment

Choose a reason for hiding this comment

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

While I was in here I did a bit of refactoring so that only keyring-core depends on @web3-storage/access

love this!

@travis travis merged commit d3b0bba into main Apr 10, 2023
@travis travis deleted the fix/update-access-deps-for-email-fix branch April 10, 2023 21:35
travis pushed a commit that referenced this pull request May 9, 2023
🤖 I have created a release *beep* *boop*
---


##
[4.2.0](keyring-core-v4.1.1...keyring-core-v4.2.0)
(2023-05-08)


### Features

* update to latest version of ucanto and
[@web3-storage](https://github.com/web3-storage) libraries
([#514](#514))
([e1ee301](e1ee301))
* upload progress
([#499](#499))
([6c9de97](6c9de97))


### Bug Fixes

* update @web3-storage/access dep to fix email + issue
([#503](#503))
([d3b0bba](d3b0bba))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
travis pushed a commit that referenced this pull request May 9, 2023
🤖 I have created a release *beep* *boop*
---


##
[5.2.0](react-keyring-v5.1.1...react-keyring-v5.2.0)
(2023-05-09)


### Features

* update to latest version of ucanto and
[@web3-storage](https://github.com/web3-storage) libraries
([#514](#514))
([e1ee301](e1ee301))
* upload progress
([#499](#499))
([6c9de97](6c9de97))
* w3console cleanup and updates to packages to support it
([#507](#507))
([78aee2a](78aee2a))


### Bug Fixes

* update @web3-storage/access dep to fix email + issue
([#503](#503))
([d3b0bba](d3b0bba))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Travis Vachon <travis.vachon@protocol.ai>
travis pushed a commit that referenced this pull request May 9, 2023
🤖 I have created a release *beep* *boop*
---


##
[4.2.0](vue-keyring-v4.1.1...vue-keyring-v4.2.0)
(2023-05-09)


### Features

* update to latest version of ucanto and
[@web3-storage](https://github.com/web3-storage) libraries
([#514](#514))
([e1ee301](e1ee301))
* upload progress
([#499](#499))
([6c9de97](6c9de97))
* w3console cleanup and updates to packages to support it
([#507](#507))
([78aee2a](78aee2a))


### Bug Fixes

* update @web3-storage/access dep to fix email + issue
([#503](#503))
([d3b0bba](d3b0bba))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Travis Vachon <travis.vachon@protocol.ai>
travis pushed a commit that referenced this pull request May 9, 2023
🤖 I have created a release *beep* *boop*
---


##
[4.2.0](solid-keyring-v4.1.0...solid-keyring-v4.2.0)
(2023-05-09)


### Features

* update to latest version of ucanto and
[@web3-storage](https://github.com/web3-storage) libraries
([#514](#514))
([e1ee301](e1ee301))
* upload progress
([#499](#499))
([6c9de97](6c9de97))
* w3console cleanup and updates to packages to support it
([#507](#507))
([78aee2a](78aee2a))


### Bug Fixes

* more email type
([#494](#494))
([355e794](355e794))
* update @web3-storage/access dep to fix email + issue
([#503](#503))
([d3b0bba](d3b0bba))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Travis Vachon <travis.vachon@protocol.ai>
Peeja pushed a commit to storacha/upload-service that referenced this pull request Jan 29, 2025
🤖 I have created a release *beep* *boop*
---


##
[4.2.0](storacha/w3ui@keyring-core-v4.1.1...keyring-core-v4.2.0)
(2023-05-08)


### Features

* update to latest version of ucanto and
[@web3-storage](https://github.com/web3-storage) libraries
([storacha#514](storacha/w3ui#514))
([f70ca5f](storacha/w3ui@f70ca5f))
* upload progress
([storacha#499](storacha/w3ui#499))
([81ae196](storacha/w3ui@81ae196))


### Bug Fixes

* update @web3-storage/access dep to fix email + issue
([storacha#503](storacha/w3ui#503))
([19b2c0a](storacha/w3ui@19b2c0a))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Peeja pushed a commit to storacha/upload-service that referenced this pull request Jan 29, 2025
🤖 I have created a release *beep* *boop*
---


##
[5.2.0](storacha/w3ui@react-keyring-v5.1.1...react-keyring-v5.2.0)
(2023-05-09)


### Features

* update to latest version of ucanto and
[@web3-storage](https://github.com/web3-storage) libraries
([storacha#514](storacha/w3ui#514))
([f70ca5f](storacha/w3ui@f70ca5f))
* upload progress
([storacha#499](storacha/w3ui#499))
([81ae196](storacha/w3ui@81ae196))
* w3console cleanup and updates to packages to support it
([storacha#507](storacha/w3ui#507))
([f6fdf8e](storacha/w3ui@f6fdf8e))


### Bug Fixes

* update @web3-storage/access dep to fix email + issue
([storacha#503](storacha/w3ui#503))
([19b2c0a](storacha/w3ui@19b2c0a))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Travis Vachon <travis.vachon@protocol.ai>
Peeja pushed a commit to storacha/upload-service that referenced this pull request Jan 29, 2025
🤖 I have created a release *beep* *boop*
---


##
[4.2.0](storacha/w3ui@vue-keyring-v4.1.1...vue-keyring-v4.2.0)
(2023-05-09)


### Features

* update to latest version of ucanto and
[@web3-storage](https://github.com/web3-storage) libraries
([storacha#514](storacha/w3ui#514))
([f70ca5f](storacha/w3ui@f70ca5f))
* upload progress
([storacha#499](storacha/w3ui#499))
([81ae196](storacha/w3ui@81ae196))
* w3console cleanup and updates to packages to support it
([storacha#507](storacha/w3ui#507))
([f6fdf8e](storacha/w3ui@f6fdf8e))


### Bug Fixes

* update @web3-storage/access dep to fix email + issue
([storacha#503](storacha/w3ui#503))
([19b2c0a](storacha/w3ui@19b2c0a))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Travis Vachon <travis.vachon@protocol.ai>
Peeja pushed a commit to storacha/upload-service that referenced this pull request Jan 29, 2025
🤖 I have created a release *beep* *boop*
---


##
[4.2.0](storacha/w3ui@solid-keyring-v4.1.0...solid-keyring-v4.2.0)
(2023-05-09)


### Features

* update to latest version of ucanto and
[@web3-storage](https://github.com/web3-storage) libraries
([storacha#514](storacha/w3ui#514))
([f70ca5f](storacha/w3ui@f70ca5f))
* upload progress
([storacha#499](storacha/w3ui#499))
([81ae196](storacha/w3ui@81ae196))
* w3console cleanup and updates to packages to support it
([storacha#507](storacha/w3ui#507))
([f6fdf8e](storacha/w3ui@f6fdf8e))


### Bug Fixes

* more email type
([storacha#494](storacha/w3ui#494))
([1c0db4f](storacha/w3ui@1c0db4f))
* update @web3-storage/access dep to fix email + issue
([storacha#503](storacha/w3ui#503))
([19b2c0a](storacha/w3ui@19b2c0a))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Travis Vachon <travis.vachon@protocol.ai>
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.

using the Authorization form with an email address with a + in it doesn't work
2 participants