Praveen Durairaju
5387ba0c44
revert auth heading changes in docs ( #3992 )
2020-03-02 16:54:19 +05:30
Praveen Durairaju
865b150c82
noop: replace subdomain links with subpath ( #3869 )
...
Co-authored-by: Rikin Kachhia <54616969+rikinsk@users.noreply.github.com>
2020-02-27 15:43:07 +05:30
Anon Ray
c6e34baad8
fix parsing JWK expiry time from headers on startup ( fix #3655 ) ( #3779 )
2020-02-05 12:37:30 +05:30
Rikin Kachhia
5702881d5c
docs: misc updates ( #3700 )
...
* added example for select_by_pk query
* improved notes on _or and _and behaviour
* improve distinct and order_by usage note
2020-01-20 17:17:49 +05:30
Marion Schleifer
265cf7f12e
docs: add meta descriptions to pages ( #3631 )
2020-01-14 18:27:45 +05:30
Marion Schleifer
28914022fc
docs: add alt tags for all images ( #3634 )
2020-01-08 18:50:18 +05:30
Rikin Kachhia
3a7a3bf6bf
refactor docs schema section ( #3489 )
2019-12-26 17:35:37 +05:30
Tirumarai Selvan
eeb0c7acdd
add note about abac to auth docs ( #3537 )
2019-12-17 14:01:33 +05:30
Marion Schleifer
f265ab1060
add docs example for the _exists operator ( #3402 )
2019-12-10 19:01:20 +05:30
Rikin Kachhia
fcf03919de
add docs page for setting up unauthenticated acess ( #3231 )
2019-10-28 11:46:25 +05:30
Shivam175
aa6947a608
fix grammar in docs ( #3065 )
2019-10-26 09:43:38 +05:30
Marion Schleifer
480b34ea5e
fix typos in documentation ( #2562 )
2019-09-11 12:47:14 +05:30
Rikin Kachhia
d511e2006f
fix auth permission example table syntax ( #2756 )
2019-08-21 14:04:31 +05:30
Marion Schleifer
2c108daef8
update docs footer + sample apps content ( #2734 )
2019-08-20 18:09:57 +05:30
Rikin Kachhia
e3f68dbb67
add support for column comparision operators in permissions builder ( close #2040 ) ( #2606 )
2019-07-29 14:58:27 +05:30
Anon Ray
a3e7a20a44
add notices in jwt docs regarding audience check ( #2557 )
...
- also update firebase sample-app README with correct JWT conf
2019-07-16 11:13:00 +00:00
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
Vamshi Surabhi
f1cf6d0b17
allow session variables in operators which expect array input ( #2475 )
2019-07-10 15:49:58 +05:30
Anon Ray
d2867cea0c
add docs for JWT audience and issuer ( #2496 )
2019-07-09 15:09:32 +00:00
Rikin Kachhia
9675e036ea
update jwt spec info ( #2457 )
2019-07-05 14:13:02 +05:30
dsandip
6a5f17c3a0
update auth docs ( #1796 )
2019-05-17 17:33:35 +05:30
Anon Ray
81bdfafd69
ignore content-type header in auth webhook ( #2197 )
2019-05-16 14:41:15 +05:30
Anon Ray
a21f6cd648
introduce v1/graphql ( fix #1368 ) ( #2064 )
...
Changes compared to `/v1alpha1/graphql`
* Changed all graphql responses in **/v1/graphql** endpoint to be 200. All graphql clients expect responses to be HTTP 200. Non-200 responses are considered transport layer errors.
* Errors in http and websocket layer are now consistent and have similar structure.
2019-05-10 11:35:10 +05:30
Gordon Johnston
a7eabe034c
mention required key length for HMAC encryption to user ( #1956 )
...
Following on from a discussion in discord, a small tweak to make the required key length for a HMAC key more obvious
2019-04-06 08:20:16 +05:30
samuela
0f57e4cb4d
update jwt docs ( #1850 )
2019-03-27 14:02:47 +05:30
Rikin Kachhia
6c2f64b68a
update docs ( #1748 )
...
* increase roles TOC depth
* update enum docs page
* open external links in docs in new tabs
* update nested object sort docs
2019-03-13 15:34:40 +05:30
Rikin Kachhia
c753426934
add image zoom in docs ( close #1483 ) ( #1752 )
2019-03-13 15:33:45 +05:30
Rikin Kachhia
c35753932f
update docs ( #1696 )
2019-03-06 14:28:04 +05:30
Rikin Kachhia
75674859b3
update console permissions ( close #1503 , #1529 , #1567 , #1470 ) ( #1605 )
...
* show roles from all tables/views in the schema
* show operators and set values based on field type in permission builder
* add support for jsonb and postgis operators in permission builder
* add note for permissions for relationships
* enable only one Save permissions button if apply to other roles is selected
2019-02-17 16:06:29 +05:30
nizar-m
f83a8e591f
rename access-key to admin-secret ( close #1347 ) ( #1540 )
...
Rename the admin secret key header used to access GraphQL engine from X-Hasura-Access-Key to X-Hasura-Admin-Secret.
Server CLI and console all support the older flag but marks it as deprecated.
2019-02-14 15:07:47 +05:30
Rikin Kachhia
e8e0168da7
docs update ( #1535 )
2019-02-06 12:09:36 +05:30
Anon Ray
4f6462e98f
add config for stringified hasura claims in JWT ( fix #1176 ) ( #1538 )
2019-02-05 17:34:16 +05:30
samuela
37da1c14a6
Update jwt.rst ( #1405 )
2019-01-21 17:38:32 +05:30
Tirumarai Selvan
aa36fc68d7
update docs community urls ( #1402 )
2019-01-17 19:02:56 +05:30
Rikin Kachhia
66b67cfe22
misc docs update ( #1374 )
2019-01-15 16:19:58 +05:30
Rishichandra Wawhal
a9e2326ea8
remove auth0 webhook ref from docs and community ( #1341 )
2019-01-08 16:36:16 +05:30
Rishichandra Wawhal
97c4cf0e2a
update auth docs ( #1305 )
...
* fix broken auth example links
* add jwt examples
* misc auth docs changes
2019-01-04 19:31:18 +05:30
Rikin Kachhia
8de12d5bcd
add table of contents to docs pages ( #1115 )
2018-12-03 17:42:24 +05:30
Rakesh Emmadi
3ea20bc4d7
allow authentication webhook with POST ( close #1138 ) ( #1147 )
2018-12-03 16:49:08 +05:30
Tirumarai Selvan
96e63d1da5
add details about current role more explicit ( #1140 )
2018-11-29 15:11:59 +05:30
Praveen Durairaj
77a1f756de
add auth0 integration guide ( #1044 )
2018-11-18 11:38:10 +05:30
Praveen Durairaj
19a0dd9789
update jwt-config generate section ( #1036 )
...
* update jwt-config generate section
* update jwt claim rule for auth0
2018-11-15 18:51:25 +05:30
Patrick Aljord
2bd11f12dd
clarify which server uses the shared secret too ( #925 )
2018-11-08 11:51:13 +05:30
Shahidh K Muhammed
71f2af9fb8
add digital ocean one-click docs ( #813 )
2018-10-20 21:11:08 +05:30
Mayank Raj
d561ba2bd2
grammar corrections ( #782 )
2018-10-20 08:52:13 +05:30
Spencer Ng
a0a97d709d
improve documentation ( fix #745 ) ( #746 )
2018-10-19 22:29:18 +05:30
Burak Özdemir
feb8968879
fix e.g. and i.e. typos ( #732 )
2018-10-15 14:17:21 +05:30
dharmendra-lingaiah
17bfc36f86
update jwt docs ( #742 )
2018-10-15 10:33:47 +05:30
michizhou
c47ea78e0b
fix typos, wording, punctuation, other errors in docs ( #668 )
2018-10-10 12:02:03 +05:30
Hugo
1e8e440bbc
docs: fix spelling ( #637 )
2018-10-04 20:00:01 +05:30