Skip to content

Commit

Permalink
update repo
Browse files Browse the repository at this point in the history
  • Loading branch information
fenix-hub committed Sep 2, 2022
1 parent ced6069 commit 6d43420
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# gd-otp
# Godot Engine GDScript OTP
Godot Engine plugin to generate [RFC4226](https://www.rfc-editor.org/rfc/rfc4226) and [RFC6238](https://www.rfc-editor.org/rfc/rfc6238) compliant One Time Passwords in GDScript.

HOTP (RFC4226) and TOTP (RFC6238) are mostly used for [Multi Factor Authentication (MFA)](https://en.wikipedia.org/wiki/Multi-factor_authentication) and Two Factor Authentication (2FA).
Expand Down Expand Up @@ -28,7 +28,7 @@ func _ready() -> void:
```

### Running Tests
*Is this library really RFC compliant?*
*Is this library really RFC compliant?*
You can run compliancy tests yourself!
```gdscript
func _ready() -> void:
Expand Down
7 changes: 7 additions & 0 deletions addons/otp/plugin.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[plugin]

name="OTP"
description="Godot Engine plugin to generate RFC4226 and RFC6238 compliant One Time Passwords in GDScript. "
author="Nicolò (fenix-hub) Santilio"
version="1.0"
script="plugin.gd"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 0 additions & 7 deletions addons/totp/plugin.cfg

This file was deleted.

0 comments on commit 6d43420

Please sign in to comment.