Skip to content

Commit

Permalink
Update authentication_guide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mbahar authored Aug 13, 2018
1 parent be3b6a6 commit 5e5151a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/media/authentication_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -676,8 +676,9 @@ class MyApp extends React.Component {
export default withOAuth(MyApp);
```

#### Handling return from successful hosted UI authentication
You can use the [Hub module]({%if jekyll.environment == 'production'%}{{site.amplify.baseurl}}{%endif%}/media/hub_guide#listening-authentication-events) to listen on those events.
#### Handling Authentication Events

When using the hosted UI, you can handle authentication events by creating event listeners with the [Hub module]({%if jekyll.environment == 'production'%}{{site.amplify.baseurl}}{%endif%}/media/hub_guide#listening-authentication-events).

### Enabling MFA

Expand Down

0 comments on commit 5e5151a

Please sign in to comment.