From 005ae37f70b8be79cc61144bdef1c370bb0f115f Mon Sep 17 00:00:00 2001 From: timvisee Date: Thu, 5 Jan 2023 14:22:02 +0100 Subject: [PATCH] List steam feature in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b1393c4..ab8663f 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ With optional feature "serde_support", library-defined types `TOTP` and `Algorit With optional feature "gen_secret", a secret will be generated for you to store in database. ### zeroize Securely zero secret information when the TOTP struct is dropped. +### steam +Add support for Steam TOTP tokens. # Examples