An open API service indexing awesome lists of open source software.

https://github.com/hmlendea/steamguard.totp

NuGet package to generate Steam Guard codes using a TOTP key
https://github.com/hmlendea/steamguard.totp

Last synced: 9 months ago
JSON representation

NuGet package to generate Steam Guard codes using a TOTP key

Awesome Lists containing this project

README

          

[![Donate](https://img.shields.io/badge/-%E2%99%A5%20Donate-%23ff69b4)](https://hmlendea.go.ro/fund.html) [![Build Status](https://github.com/hmlendea/steamguard.totp/actions/workflows/dotnet.yml/badge.svg)](https://github.com/hmlendea/steamguard.totp/actions/workflows/dotnet.yml) [![Latest GitHub release](https://img.shields.io/github/v/release/hmlendea/steamguard.totp)](https://github.com/hmlendea/steamguard.totp/releases/latest)

# About

NuGet package to generate Steam Guard codes using a TOTP key.

# Installation

[![Get it from NuGet](https://raw.githubusercontent.com/hmlendea/readme-assets/master/badges/stores/nuget.png)](https://nuget.org/packages/SteamGuard.TOTP)

**.NET CLI**:
```bash
dotnet add package SteamGuard.TOTP
```

**Package Manager**:
```powershell
Install-Package SteamGuard.TOTP
```