feat: use customer access tokens for customer logins#1262
Merged
chanceaclark merged 6 commits intomainfrom Nov 4, 2024
Merged
Conversation
🦋 Changeset detectedLatest commit: 8142e79 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
2f27e9d to
281c2e2
Compare
c73a51f to
3d07943
Compare
3d07943 to
7d9a756
Compare
7d9a756 to
149e1bc
Compare
149e1bc to
fe5f3ef
Compare
fe5f3ef to
3e91ac6
Compare
3e91ac6 to
b45de52
Compare
b45de52 to
e50c680
Compare
e50c680 to
533df87
Compare
533df87 to
33f88c8
Compare
a6f60fd to
1064213
Compare
1064213 to
6bca7e6
Compare
deini
approved these changes
Sep 13, 2024
jorgemoya
approved these changes
Sep 13, 2024
6bca7e6 to
c7ddd03
Compare
c7ddd03 to
2b11682
Compare
matthewvolk
suggested changes
Sep 18, 2024
2b11682 to
329c87f
Compare
329c87f to
8b02015
Compare
matthewvolk
approved these changes
Sep 30, 2024
8b02015 to
4ff78e8
Compare
Merged
Merged
Contributor
⚡️🏠 Lighthouse reportLighthouse ran against https://catalyst-latest-3wv1owqbw-bigcommerce-platform.vercel.app 🖥️ DesktopWe ran Lighthouse against the changes on a desktop and produced this report. Here's the summary:
📱 MobileWe ran Lighthouse against the changes on a mobile and produced this report. Here's the summary:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What/Why?
Uses the new approach of using Customer Access Tokens (CATs) when login in as a customer. This change utilized the Storefront API Token (APIT) instead of the Storefront Customer Impersonation Token (CIT) to authenticate requests as CATs will only be generated using a APIT.
Tip
Reviewing by commit will be helpful.
Testing
Every commit was individually tested so that Catalyst could keep working depending on the state. If need be, try to roll back to a previous commit if not working correctly.
Releasing