Skip to content

Commit

Permalink
Explicitly refer to SEP-1
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Nov 7, 2020
1 parent 5fb8678 commit e732188
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ecosystem/sep-0010.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ It involves three components:

The discovery flow is as follows:

1. The client retrieves the [SEP-1 stellar.toml](sep-0001.md) from the home domain. The home domain hosts the stellar.toml.
1. The client looks up the `WEB_AUTH_ENDPOINT` and `SIGNING_KEY` from the [SEP-1 stellar.toml](sep-0001.md).
1. The client retrieves the `stellar.toml` from the home domain in accordance with [SEP-1 stellar.toml](sep-0001.md).
1. The client looks up the `WEB_AUTH_ENDPOINT` and `SIGNING_KEY` from the `stellar.toml`.

The authentication flow is as follows:
1. The client obtains a unique [`challenge`](#challenge) from the `WEB_AUTH_ENDPOINT`, which is represented as specially formed Stellar transaction
Expand Down

0 comments on commit e732188

Please sign in to comment.