Skip to content

Commit 90467fc

Browse files
authored
Merge pull request #16 from curityio/add-status-badges
Add quality and availability badges to README
2 parents 19d9110 + d900088 commit 90467fc

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# token-handler-js-assistant
2+
3+
[![Quality](https://img.shields.io/badge/quality-production-green)](https://curity.io/resources/code-examples/status/)
4+
[![Availability](https://img.shields.io/badge/availability-binary-blue)](https://curity.io/resources/code-examples/status/)
5+
26
A helper library to help SPAs interact with the OAuth Agent in the Token Handler pattern.
37

48
## Add to project
@@ -103,4 +107,4 @@ on every load of the SPA. This function makes a decision based the query string
103107
- to ensure that only precise whitelisted origins can send cookies to APIs, a `token-handler-version: 1` header is
104108
sent by this library on every request to the OAuth Agent. In cross-origin deployments this ensures that a CORS pre-flight
105109
request authorizes access. SPA developers may be required to send this header to token handler proxies as well (refer
106-
to the token handler proxy documentation for details).
110+
to the token handler proxy documentation for details).

0 commit comments

Comments
 (0)