diff --git a/docs/community/eve-auth-for-go/index.md b/docs/community/eve-auth-for-go/index.md new file mode 100644 index 0000000..93f727c --- /dev/null +++ b/docs/community/eve-auth-for-go/index.md @@ -0,0 +1,36 @@ +--- +search: + exclude: true + +title: EVE Auth for Go +type: resource +description: A Go library for authorizing desktop applications with the EVE Online SSO service. +maintainer: + name: Erik Kalkoken + github: ErikKalkoken +--- + +# EVE Auth for Go + +**eveauth** is a Go library for authorizing desktop applications with the EVE Online SSO service. + +[![GitHub Release](https://img.shields.io/github/v/release/ErikKalkoken/eveauth)](https://github.com/ErikKalkoken/eveauth/eveauth) +[![GitHub License](https://img.shields.io/github/license/ErikKalkoken/eveauth)](https://github.com/ErikKalkoken/eveauth?tab=MIT-1-ov-file#readme) +[![chat](https://img.shields.io/discord/790364535294132234)](https://discord.gg/tVSCQEVJnJ) + +
+ +- [:octicons-mark-github-16: __GitHub__](https://github.com/ErikKalkoken/eveauth){ .esi-card-link } +- [:simple-discord: __Discord__](https://discord.gg/tVSCQEVJnJ){ .esi-card-link } + +
+ +## Key features + +- Authorize desktop apps with the EVE Online SSO service +- Renew obtained token +- Cross-platform support (e.g. Windows, macOS, Linux) +- Logging support +- Configurable client + +For more information please visit the [Github repository](https://github.com/ErikKalkoken/eveauth).