Skip to content

Commit 79df8e4

Browse files
authored
Update README.md
1 parent a2ced96 commit 79df8e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
### 1. Quickstart
3737

38-
* Subscribe to receive a free [API key](https://streamlitauthenticator.com)
38+
* Subscribe to receive a free [API key](https://stauthenticator.com/)
3939
* Check out the [demo app](https://st-demo-application.streamlit.app/).
4040
* Feel free to visit the [API reference](https://streamlit-authenticator.readthedocs.io/en/stable/).
4141
* And finally follow the tutorial below.
@@ -103,7 +103,7 @@ oauth2: # Optional
103103
pre-authorized: # Optional
104104
emails:
105105
- melsby@gmail.com
106-
api_key: # Optional - register to receive a free API key: https://streamlitauthenticator.com
106+
api_key: # Optional - register to receive a free API key: https://stauthenticator.com
107107
```
108108

109109
* _Please note that the 'failed_login_attempts' and 'logged_in' fields corresponding to each user's number of failed login attempts and log-in status in the credentials will be added and managed automatically._
@@ -289,7 +289,7 @@ elif st.session_state.get('authentication_status') is None:
289289
### 8. Enabling two factor authentication
290290

291291
* You may enable two factor authentication for the **register_user**, **forgot_password**, and **forgot_username** widgets for enhanced security.
292-
* First register to receive a free API key [here](https://streamlitauthenticator.com).
292+
* First register to receive a free API key [here](https://stauthenticator.com/).
293293
* Then add your API key to the the authenticator object as **api_key** or alternatively add it to the config file as shown in step 3.
294294
* Finally set the **two_factor_auth** parameter for the widget to True, this will prompt the user to enter a four digit code sent to their email.
295295

0 commit comments

Comments
 (0)