graphql-engine/server/src-lib
Anon Ray f2f14e727b Merge pull request from GHSA-2j98-fw5g-j43v
* fix bug in audience check while verifying JWT

  - previously the check was converting the audience type into a string
  and then comparing with the conf value. all audience types (as it is a
  string or URI) will convert to plain strings
  - use the Audience type from the jose library for comparing

* add docs for audience

* add issuer check as well

* docs minor syntax fix

* skip audience check if not given in conf

* minor docs update

* qualify import jose library
2019-07-11 09:58:39 +00:00
..
Data multiplexed subscriptions (#1934) 2019-04-17 15:18:41 +05:30
Hasura Merge pull request from GHSA-2j98-fw5g-j43v 2019-07-11 09:58:39 +00:00
Network/URI adds basic support for remote schemas/schema stitching (#952) 2018-11-23 18:32:46 +05:30