- DATE:
- AUTHOR:
- The Stytch team
2023.03.24 release
Example apps for UIKit and Vue.js
We created two new example applications with Stytch’s frontend SDKs.
Check out the UIKit example app. It features SMS OTP, Apple and Google OAuth, and Session Management. It’s built with our iOS SDK, which provides headless methods to securely interact with Stytch.
Also try the Vue.js example app. It features Email Magic Links, Google OAuth, and Sessions Management. It’s built with our JavaScript SDK, which provides pre-built UI components and headless methods to securely interact with Stytch.
Use the source code from these example applications as a learning resource or as a jumping off point for your own project!
Go SDK v7.0.0
Our Go SDK received a major version bump and now accepts a context argument on each API route. The ctx context.Context
is passed to the underlying HTTP requests
The context type carries deadlines, cancellation signals, and other request-scoped values – which enables explicit canceling of context, like when shutting down a server, and implicit canceling of context, like when a timeout happens.
More context is always a good thing.
Clone our Go SDK and start building flexible, intuitive auth flows.
Where to find us
Stytch community Slack
Join the discussion, ask questions, and suggest new features in our Slack community!
Get support
Check out the Stytch Forum or email us at support@stytch.com.