Commit Graph

38 Commits

Author SHA1 Message Date
timvisee 578f13d7ec
Remove unnecessary indentation in README 2023-01-14 15:03:44 +01:00
Cléo REBERT d54bd9e447
chore(FLOW-2123): Add examples
Signed-off-by: Cléo REBERT <cleo.rebert-ext@treezor.com>
2023-01-06 14:35:18 +01:00
timvisee 005ae37f70
List steam feature in README 2023-01-05 14:22:02 +01:00
Cléo REBERT b58a666af9
Bump version to 4.0
Signed-off-by: Cléo REBERT <cleo.rebert-ext@treezor.com>
2022-12-29 14:16:19 +01:00
muji 28ebb0e97c
Support zeroize feature. 2022-11-02 11:14:18 +08:00
Dev380 6498e55208
Fixed spelling in README.md
It should be "summary" not "summarry"
2022-08-25 23:47:41 +00:00
constantoine 994efb7214
Updated README and added a summary with updated examples
Signed-off-by: constantoine <cleo.rebert-ext@treezor.com>
2022-08-09 11:06:07 +02:00
constantoine ff6f562ab7
The return of otpauth
Signed-off-by: constantoine <cleo.rebert@gmail.com>
2022-05-20 15:00:12 +02:00
Cléo Rebert eba97c0ffa
Finish work on v2
Signed-off-by: constantoine <cleo.rebert@gmail.com>
2022-05-15 13:41:19 +02:00
constantoine a3b51eea3d
Update version
Signed-off-by: constantoine <cleo.rebert@gmail.com>
2022-05-06 15:42:55 +02:00
wyhaya 905a119c10 Update README 2022-05-06 20:49:33 +08:00
constantoine 6c19202404
Add tests for generate_current and check_current
Also updated docs to reflect those changes

Signed-off-by: constantoine <cleo.rebert@gmail.com>
2022-05-06 12:41:30 +02:00
constantoine 9b541817a3
Up version
Signed-off-by: constantoine <cleo.rebert@gmail.com>
2022-05-05 12:03:41 +02:00
Cleo Rebert 1f1e1a6fe7 Add constant-time token comparison and partialEq trait
Add PartialEq for TOTP<T> and PartialEq+Eq for Algorithm
2022-04-24 16:41:56 +02:00
constantoine ba925c2442
Update to 1.0
Signed-off-by: constantoine <cleo.rebert@gmail.com>
2022-04-15 15:08:41 +02:00
Cléo Rebert 8db59df6c8
Update README.md 2022-02-10 10:34:28 +01:00
Cléo Rebert 79b714aeaa
Update README.md 2022-01-13 18:33:59 +01:00
Cléo Rebert b23080d4de Add crates.io badge and coverage badge 2022-01-13 17:52:06 +01:00
Cléo Rebert d75ca4ddcd Changed to 7.0 for 2021 edition 2022-01-13 16:23:07 +01:00
Cléo Rebert 43107283ac
Update README.md 2021-08-20 18:59:09 +02:00
evenorog ffe9e4d50f Remove some unnecessary to_vec calls in code 2020-08-09 20:10:44 +02:00
Cleo Rebert 12cbfc1005 Updated README.md 2020-08-09 08:36:06 +02:00
Cléo Rebert 730a767b84 Bumped version number in README.md 2020-08-09 08:28:00 +02:00
evenorog 61fc895267 Be generic over secret type
Allow to store anything that implement AsRef<[u8]> as secret in TOTP
struct.
2020-08-05 13:24:34 +02:00
Cleo Rebert d7f8790243 Optionnal serde support for smaller builds 2020-07-03 14:34:58 +02:00
Cléo Rebert 9c944c82d4
Added badges 2020-06-22 17:16:42 +02:00
Mark Nijboer a80ed7f1d9 * Changed version in README 2020-06-22 17:02:02 +02:00
Mark Nijboer 2c12f47652 * Changed version to 0.4.0 and updated docs 2020-06-22 16:16:05 +02:00
hebriel 64faae59f6 Changed a bunch of to_string() to to_owned() 2020-06-21 16:39:00 +02:00
Cleo Rebert 32b618c827 Additional feature! 2020-06-21 15:57:16 +02:00
Cleo Rebert c9b81c70c1 Better doc with examples 2020-04-13 22:57:06 +02:00
Cleo Rebert 7de3d06772 Changed dependency version for more compatibility 2020-04-13 18:06:33 +02:00
Cleo Rebert bf2d753f72 preparations to push to crates.io 2020-04-13 16:59:30 +02:00
Cleo Rebert 2c3d9a3995 Merge branch 'master' of github.com:constantoine/totp-rs 2020-04-13 16:41:42 +02:00
Cleo Rebert e4915a6446 Finally, my own library. With a fix on the QR code generation 2020-04-13 16:39:57 +02:00
Cléo Rebert e89e1f5cc8
Update README.md 2020-04-12 01:08:38 +02:00
Cléo Rebert b2af324a25
Fixed typo in readme 2020-04-12 01:05:26 +02:00
Cleo Rebert d1e04d7c6e First commit 2020-04-11 21:24:50 +02:00