Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions docs/community/eve-auth-for-go/index.md
Original file line number Diff line number Diff line change
@@ -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)

<div class="grid cards" markdown>

- [:octicons-mark-github-16: __GitHub__](https://github.com/ErikKalkoken/eveauth){ .esi-card-link }
- [:simple-discord: __Discord__](https://discord.gg/tVSCQEVJnJ){ .esi-card-link }

</div>

## 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).