godot-asset-library icon indicating copy to clipboard operation
godot-asset-library copied to clipboard

Implement Two Factor Authentication via TOTP

Open Marqin opened this issue 8 years ago • 2 comments

It would be nice to have 2FA using algorithm from RFC 6238. It can be really simply implemented with not much code - https://en.wikipedia.org/wiki/Time-based_One-time_Password_Algorithm

We can even use the simplified version of that algorithm used by Google (pseudocode).

Marqin avatar Jul 27 '16 09:07 Marqin

Feel free to submit a PR, this is slightly out of my area of expertise.

bojidar-bg avatar Jul 27 '16 09:07 bojidar-bg

I don't know PHP :(

Marqin avatar Jul 27 '16 09:07 Marqin