Introducing Goiabada: an Identity server - OAuth2, OpenID connect - written in Go

ยท

1 min read

I would like to introduce my small open-source project, called Goiabada, available at https://github.com/leodip/goiabada (docs https://goiabada.dev)

It's a user management service that implements the OAuth2 and OpenID Connect protocols. If you have an application where you need to authenticate and authorize users, that's where it can help.

This was my first project in Go ๐Ÿ™‚ I've enjoyed the experience.

I invite you to explore and try out. Your feedback and contributions are very welcome.

ย