-
Notifications
You must be signed in to change notification settings - Fork 8
feat: v4.0.0 - clean up session ID requirement changes #97
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
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
7b3b697
to
a403c1f
Compare
a403c1f
to
9b090bc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks great - only small nits really - i can circle back to pre-approve
...(sendState ? { state: new Date().toISOString() } : undefined), | ||
}) | ||
// Generate a session ID using the /connect/sessions endpoint on the Finch API | ||
// See the docs here https://developer.tryfinch.com/api-reference/connect/new-session#create-a-new-connect-session |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
praise(): i like adding the docs link here 🚀
9b090bc
to
a66ad2f
Compare
4514d2a
to
124b7cf
Compare
a447ebb
to
25afa12
Compare
124b7cf
to
7104df9
Compare
|
Bumps the major version to v4.0.0 and cleans up the changes that dropped support for static Connect.
The initialize call now takes in the callbacks and optional override for the base URL. The base URL override is not documented as it is an internal feature that customers will not have a use for.
The open call now takes in the session ID and optional state and z-index value.
All values are loaded from the provided session with no ability to override them.
Testing