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
Does this imply that I should avoid using this implementation and instead develop my own solution? Ideally, the documentation should explicitly state if it is not suitable for production.
Perhaps I'm mistaken; I'm just looking for clarification
The text was updated successfully, but these errors were encountered:
In the official documentation, I came across a Go login example at https://zitadel.com/docs/examples/login/go.
It recommends using v3:
However, if I'm not mistaken, the
next
branch, which includes this example, is still a WIP. This leaves me a bit confused. Should I be using it?Additionally, I noticed that the session storage, as outlined here: https://github.com/zitadel/zitadel-go/blob/next/pkg/authentication/session.go, is not recommended for production use.
Does this imply that I should avoid using this implementation and instead develop my own solution? Ideally, the documentation should explicitly state if it is not suitable for production.
Perhaps I'm mistaken; I'm just looking for clarification
The text was updated successfully, but these errors were encountered: