Skip to content

Commit

Permalink
Housekeeping and updating dependencies; fix case of scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
corrideat committed Jun 1, 2023
1 parent 8dd3c2b commit 6734dbd
Show file tree
Hide file tree
Showing 6 changed files with 119 additions and 816 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

An NPM package for implementing RFC 8693 for Ory Hydra 🚀

[![License](https://img.shields.io/badge/License-Apache%202.0%20with%20llvm%20exception-blue.svg)](https://github.com/Exact-Realty/ts-hydra-rfc8693/blob/main/LICENSE)
[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=Exact-Realty_hydra-rfc8693&metric=reliability_rating)](https://sonarcloud.io/summary/new_code?id=Exact-Realty_hydra-rfc8693)
[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=Exact-Realty_hydra-rfc8693&metric=vulnerabilities)](https://sonarcloud.io/summary/new_code?id=Exact-Realty_hydra-rfc8693)
[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=Exact-Realty_hydra-rfc8693&metric=bugs)](https://sonarcloud.io/summary/new_code?id=Exact-Realty_hydra-rfc8693)
[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=Exact-Realty_hydra-rfc8693&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=Exact-Realty_hydra-rfc8693)
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=Exact-Realty_hydra-rfc8693&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=Exact-Realty_hydra-rfc8693)
![NPM Downloads](https://img.shields.io/npm/dw/@exact-realty/hydra-rfc8693?style=flat-square)
[![License](https://img.shields.io/badge/License-Apache%202.0%20with%20llvm%20exception-blue.svg)](https://github.com/Exact-Realty/ts-hydra-rfc8693/blob/master/LICENSE)

## 📖 Introduction

Expand Down Expand Up @@ -73,7 +79,7 @@ const exchangeTokenEndpointHandler = exchangeTokenEndpoint(
name: 'Alice',
}
}),
[], // scope. Optional list of lowercase scopes
[], // scope. Optional list of scopes
[], // audience. Optional list of audiences
[], // subjectTokenType. Optional list of acceptable token types;
// null or undefined defaults to access tokens
Expand All @@ -93,7 +99,7 @@ server(listeners.node)
🎉 We appreciate contributions from the community! If you have any ideas,
suggestions, or find any issues, feel free to open an issue or submit a pull
request on our
[GitHub repository](https://github.com/Exact-Realty/ts-hydra-rfc8693).
[GitHub repository](https://github.com/Exact-Realty/hydra-rfc8693).

## ❗️ Disclaimer

Expand Down
Loading

0 comments on commit 6734dbd

Please sign in to comment.