graphql-engine/docs/graphql/manual/auth
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
..
authentication Merge pull request from GHSA-2j98-fw5g-j43v 2019-07-11 09:58:39 +00:00
authorization allow session variables in operators which expect array input (#2475) 2019-07-10 15:49:58 +05:30
config.rst.wip rename access-key to admin-secret (close #1347) (#1540) 2019-02-14 15:07:47 +05:30
index.rst update auth docs (#1796) 2019-05-17 17:33:35 +05:30