Releases: seek-oss/wingman
Releases · seek-oss/wingman
[email protected]
Minor Changes
- 95268da: Fixes type resolution error in consumers. Now resolves SEEK types via relative path
[email protected]
Minor Changes
- 8a6a69d: Remove enforced typing on client (ApolloClient) for LocationSuggest
[email protected]
Minor Changes
- f3b6f7d: Adds LocationSuggest component
[email protected]
Patch Changes
- 5738714: Point back to graphql.seek.com for browser tokens
[email protected]
Patch Changes
-
b516115: Disable Apollo Server subscriptions
-
11137b6: BREAKING: Handle browser tokens better
- Pass through OAuth access token format in backend
- Cache tokens by scope
-
aef0405: Apply fixes to browser token middleware
The middleware now points to the browser token playground URL,
and accepts acallback
for debugging/logging.
[email protected]
Minor Changes
- 4581e81: Bundles SEEK types directly within fe/lib
[email protected]
Minor Changes
- b307e2f: Exports SEEK graphql types for consumer use
[email protected]
Minor Changes
- 2008f11: Adds storybook with Example component structure
[email protected]
Patch Changes
-
7a33b92: Add
createBrowserTokenMiddleware
Use this middleware to issue a hirer-scoped token for use directly in the browser.
This is a recommended pattern for partners and we should encourage its use where possible.
The proxying middleware will be kept around to demo partner-scoped interactions and for rapid prototyping.
[email protected]
Minor Changes
- ef648a2: Initial version