Are there any examples of building a login system ...
# ory-selfhosting
a
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.
s
I had started bringing an older project up to date here a few months ago. https://github.com/CorriganRenard/kratos-selfservice-ui-go I ended up dropping that in favor of the node solution though...