File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020- [ Creating a login widget] ( #5-creating-a-login-widget )
2121- [ Creating a guest login widget] ( #6-creating-a-guest-login-widget ) 🚀 ** NEW**
2222- [ Authenticating users] ( #7-authenticating-users )
23- - [ Enabling two factor authentication] ( #8-enabling-two-factor-authentication ) 🚀 ** NEW **
23+ - [ Enabling two factor authentication] ( #8-enabling-two-factor-authentication-(phased-out) ) (phased out)
2424- [ Creating a reset password widget] ( #9-creating-a-reset-password-widget )
2525- [ Creating a new user registration widget] ( #10-creating-a-new-user-registration-widget )
2626- [ Creating a forgot password widget] ( #11-creating-a-forgot-password-widget )
@@ -285,7 +285,7 @@ elif st.session_state.get('authentication_status') is None:
285285### 8. Enabling two factor authentication (phased out)
286286
287287* You may enable two factor authentication for the ** register_user** , ** forgot_password** , and ** forgot_username** widgets for enhanced security.
288- ``` * First register to receive a free API key [here](https://subscribe.streamlit.app/). ```
288+ * First register to receive a free API key
289289* 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.
290290* 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.
291291
You can’t perform that action at this time.
0 commit comments