forked from hellocoop/client-as
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PLATFORM-3432] Update fork with upstream (v1.1.3) (#7)
* set lifetime on creation * cleanup docs * allow loginSync response to set values in state * loginSync sets extra props in state * cookie test * more cookie tests * upgrade packages and cookie test * comment * ignore new output from playwright * 1.1 fix lougout, pass through client_id, redirect_id * 1.1.0 * fix docker command for v27 * only check if client_id was set earlier * docs update * 1.1.1 * fix setting client_id * 1.1.2 * use target_uri rather than redirect_uri * 1.1.3 * add puml sequence diagrams * chore: Pin node engine version --------- Co-authored-by: Dick Hardt <[email protected]>
- Loading branch information
Showing
14 changed files
with
765 additions
and
366 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 |
---|---|---|
|
@@ -2,4 +2,5 @@ | |
.vscode | ||
node_modules | ||
/dist | ||
playwright-report | ||
playwright-report | ||
/test-results |
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.