From a1f025e86c1470abf7c50b9f44ced371669773fe Mon Sep 17 00:00:00 2001 From: ErikKalkoken Date: Tue, 16 Dec 2025 17:33:22 +0100 Subject: [PATCH 1/3] feat: add eveauth to community showcases --- docs/community/eveauth/index.md | 36 +++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 docs/community/eveauth/index.md diff --git a/docs/community/eveauth/index.md b/docs/community/eveauth/index.md new file mode 100644 index 0000000..c7f41ff --- /dev/null +++ b/docs/community/eveauth/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). From 247685cf6e1dde2831c14bdce323c6e4aae77a70 Mon Sep 17 00:00:00 2001 From: ErikKalkoken Date: Tue, 16 Dec 2025 18:33:15 +0100 Subject: [PATCH 2/3] fix: implemented review feedback --- docs/community/{eveauth => eve-auth-for-go}/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename docs/community/{eveauth => eve-auth-for-go}/index.md (88%) diff --git a/docs/community/eveauth/index.md b/docs/community/eve-auth-for-go/index.md similarity index 88% rename from docs/community/eveauth/index.md rename to docs/community/eve-auth-for-go/index.md index c7f41ff..62a763d 100644 --- a/docs/community/eveauth/index.md +++ b/docs/community/eve-auth-for-go/index.md @@ -8,11 +8,12 @@ description: A Go library for authorizing desktop applications with the EVE Onli maintainer: name: Erik Kalkoken github: ErikKalkoken + repository: https://github.com/ErikKalkoken/eveauth/ --- # EVE Auth for Go -eveauth is a Go library for authorizing desktop applications with the EVE Online SSO service. +**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) From cf4527a7861912ae3bb5ca6a77a9c6d8e6d607aa Mon Sep 17 00:00:00 2001 From: ErikKalkoken Date: Tue, 16 Dec 2025 18:42:32 +0100 Subject: [PATCH 3/3] fix: remove maintainer.repository --- docs/community/eve-auth-for-go/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/community/eve-auth-for-go/index.md b/docs/community/eve-auth-for-go/index.md index 62a763d..93f727c 100644 --- a/docs/community/eve-auth-for-go/index.md +++ b/docs/community/eve-auth-for-go/index.md @@ -8,7 +8,6 @@ description: A Go library for authorizing desktop applications with the EVE Onli maintainer: name: Erik Kalkoken github: ErikKalkoken - repository: https://github.com/ErikKalkoken/eveauth/ --- # EVE Auth for Go