-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include channel in requestPasswordReset mutation, refactor auth refre…
…sh flow (#135) * Include channel in requestPasswordReset mutation * Update tests * Add confirmAccount mutation * Hide tokens * Move all auth token logic to fetch wrapper * Temporary debug logs * Logout only after saleor unsuccesfull token refresh with error code * Remove debug logs Co-authored-by: Marek Choiński <[email protected]>
- Loading branch information
1 parent
22da403
commit ae849fd
Showing
29 changed files
with
1,288 additions
and
1,182 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
module.exports = { | ||
client: { | ||
includes: ["src/**/*.ts"], | ||
name: "sdk", | ||
service: { | ||
localSchemaFile: "schema.graphql", | ||
name: "saleor", | ||
}, | ||
}, | ||
}; |
This file contains 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
Oops, something went wrong.