Are there any examples of building a login system with Go? I know the main example is in Node, and I can follow it a bit, but JS is not my primary language. The only one I've found in Go so far is a number of years old, and I doubt it works with current kratos/hydra
For context, I self host a bunch of services, and I'm hoping to build out a simple auth service, ideally with OIDC as an option for use with my personal projects.