You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+10-6Lines changed: 10 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -85,13 +85,14 @@ <h2>Basic Example</h2>
85
85
<h2>What does it do?</h2>
86
86
87
87
<p>
88
-
It renders a Login link that redirects you to the authorization page. When authorized and
89
-
redirected back to your app, the directive takes the access token from the fragment,
90
-
saves it in the <ahref="https://developer.mozilla.org/en-US/docs/Web/Guide/API/DOM/Storage#sessionStorage" target="_blank">SessionStorage</a>
91
-
and sets the Authorization header to all HTTP requests made with AngularJS.
88
+
It renders a Login link that lets you authorize a third party app through OAuth 2.0.
89
+
When the flow is completed, the access token is saved in the <ahref="https://developer.mozilla.org/en-US/docs/Web/Guide/API/DOM/Storage#sessionStorage" target="_blank">SessionStorage</a>.
0 commit comments