Use the official Corbado Go SDK to simplify integrating passkey authentication and session management into your Go applications.
validateToken()
(or similar) function.
validateToken()
(or similar) function performs the following tasks:
ValidateToken()
function. As previously mentioned, by default, the session-token is stored in a cookie and sent to your backend. You will need to retrieve this cookie based on the HTTP framework you are using.