Skip to content

Commit

Permalink
Merge pull request #180 from google/l9i-readme-md-fix
Browse files Browse the repository at this point in the history
Fix Markdown in README.md
  • Loading branch information
pkern authored Jun 20, 2024
2 parents 30c091c + a9f952e commit 59400bb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# Generic Low Overhead Message Exchange (GLOME)

**GLOME Login** is a [challenge-response authentication
mechanism](https://en.wikipedia.org/wiki/Challenge%E2%80%93response_authentication).
It resembles [one-time authorization
codes](https://en.wikipedia.org/wiki/One-time_password) (aka OTPs) but is
different from [HOTP] and [TOTP] in the following ways:
**GLOME Login** is a [challenge-response] authentication mechanism.
It resembles [one-time authorization codes][OTP] (aka OTPs) but is different
from [HOTP] and [TOTP] in the following ways:

- It is stateless (unlike [HOTP]).
- It does not depend on time (unlike [TOTP]).
Expand All @@ -24,8 +22,10 @@ GLOME Login can be easily integrated with existing systems through
[GLOME Login protocol](docs/glome-login.md) is is built on top of the [Generic
Low Overhead Message Exchange (GLOME) protocol](docs/protocol.md).

[TOTP]: https://www.rfc-editor.org/rfc/rfc6238 [HOTP]:
https://www.rfc-editor.org/rfc/rfc4226
[challenge-response]: https://en.wikipedia.org/wiki/Challenge%E2%80%93response_authentication
[OTP]: https://en.wikipedia.org/wiki/One-time_password
[TOTP]: https://www.rfc-editor.org/rfc/rfc6238
[HOTP]: https://www.rfc-editor.org/rfc/rfc4226

## How does it work?

Expand Down

0 comments on commit 59400bb

Please sign in to comment.