You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/sso/__snapshots__/sso.spec.ts.snap
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1
+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
2
2
3
3
exports[`SSO SSO getAuthorizationUrl with a connection generates an authorize url with the connection 1`] =`"https://api.workos.dev/sso/authorize?client_id=proj_123&connection=connection_123&redirect_uri=example.com%2Fsso%2Fworkos%2Fcallback&response_type=code"`;
Copy file name to clipboardExpand all lines: src/user-management/__snapshots__/user-management.spec.ts.snap
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1
+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
2
2
3
3
exports[`UserManagement getAuthorizationUrl with a code_challenge and code_challenge_method generates an authorize url 1`] =`"https://api.workos.com/user_management/authorize?client_id=proj_123&code_challenge=code_challenge_value&code_challenge_method=S256&provider=authkit&redirect_uri=example.com%2Fauth%2Fworkos%2Fcallback&response_type=code"`;
0 commit comments