Commit Graph
41 Commits
Author SHA1 Message Date
steve-chavez 3328b6059f Consolidate schema structure page 2020-04-21 15:16:21 -05:00
steve-chavez 79f2af08e3 Add wording for schema structure 2020-04-21 15:16:21 -05:00
steve-chavez 7714bd9623 Move HTTPS section from auth to admin
It fits better into administration concerns
2020-04-21 15:16:21 -05:00
Duncan OgilvieandGitHub e23b7afa3c Fix the 'Roles for Each Web User' example (#313)
Add missing `ALTER TABLE ... ENABLE ROW LEVEL SECURITY;`
2020-03-23 11:48:09 -05:00
yangandGitHub a343536539 Add type basic_auth.jwt_token. (#308)
Or the function login will show error.
2020-03-12 12:58:07 -05:00
steve-chavez a1509dc731 Fix #170, remove no performance penalty claim 2019-08-26 10:28:03 -05:00
steve-chavez e9712b0aff Fix #200, anon permissions on auth section 2019-08-26 10:28:03 -05:00
krasergeandsteve-chavez 3b8ec49fba SQL inside pgjwt (#207)
Correct url https://github.com/michelp/pgjwt/blob/master/pgjwt--0.1.0.sql
2019-04-14 11:13:06 -05:00
Russell DaviesandSteve Chávez 6d1adaaa54 Clarify config and auth sections on JWKS.
See PostgREST/postgrest#1205.
2018-11-15 11:11:24 -05:00
steve-chavez d78862996f Fix #165, add schemas for sign/login 2018-09-20 10:47:52 -05:00
steve-chavez bca1ddf0d6 Fix #168, Rename SSL to HTTPS 2018-09-20 10:47:52 -05:00
Steve PhillipsandSteve Chávez 7845bdce8c auth.rst typo: paramter -> parameter 2018-08-06 10:27:16 -05:00
Joe NelsonandGitHub 9598e3948d Show how to use a JWK literal in the config file (#110) 2017-10-07 19:59:30 -05:00
Joe NelsonandGitHub e7ddea0acf Document long jwt secrets as required (#109)
* Use long jwt secrets as required

* Fix spelling and adjust custom dictionary
2017-10-07 13:03:30 -05:00
Will O'BrienandJoe Nelson 4b1e594270 Add notice about reverting OIDC default (#99) 2017-09-05 22:25:43 -05:00
Leon du ToitandJoe Nelson f4c6a99adb Address JWT security in docs, related to postgrest issue #842 (#79) 2017-06-08 01:55:42 -05:00
Michel PelletierandJoe Nelson e35f2d28c7 Use current_setting optional param to suppress raise (#70) 2017-05-29 17:27:18 -05:00
Matt BretlandJoe Nelson 1a5cadb855 auth.rst: minor fixes to example scripts (#68) 2017-05-16 22:02:07 -05:00
Will O'BrienandJoe Nelson f52829d165 App metadata instead of user metadata (#55)
From the [docs](https://auth0.com/docs/metadata):
> An authenticated user can modify data in their profile's user_metadata, but not in their app_metadata.

Seems role-type information should be stored in `app_metadata`.
2017-04-21 16:46:15 -05:00
Joe Nelson 0f87137387 More improvements
When to use RAISE in procs

Fix broken links
2017-03-26 16:05:12 -07:00
PeterandJoe Nelson ecbf49ad7f replace code:postgres by code:sql (#43)
Code blocks with code:postgres are not highlighted (see site navigation), not works. Replaced by code:sql that works "fine"
2017-02-20 14:33:37 -08:00
Joe Nelson 71816e64f8 Fix typos in auth section
Fixes #29
2017-01-22 17:32:38 -08:00
Joe Nelson e37a2a569c Document rate limiting via nginx 2017-01-21 20:16:21 -08:00
Joe Nelson 360c90afe3 Auth0 no longer base64 encodes secrets 2017-01-16 20:35:01 -08:00
Trevor BasingerandJoe Nelson 349726cdc0 Documentation b64 option #772 (#25) 2016-12-11 08:56:39 -08:00
Joe Nelson 6b255e9806 Mark inline code as code, not italics 2016-12-04 13:59:24 -08:00
Joe Nelson 1f12dedce6 Include Ruslan's env_var helper function in note 2016-12-02 10:15:12 -08:00
Joe Nelson 684a9f9566 Spell check, WIP Circle CI for sphinx 2016-11-20 14:26:50 -08:00
Raphael SchmittandJoe Nelson 954252ed16 corrected url (#24) 2016-11-18 09:22:51 -08:00
Joe Nelson e5d4697507 Config section in admin page 2016-11-02 21:51:37 -07:00
Joe Nelson 5919a37197 Remove signups and user editing
Too complicated for this section
2016-10-31 22:43:41 -07:00
Joe Nelson 2c53cb4fae Fix highlighting, typo in current_user 2016-10-28 17:54:32 -07:00
Joe Nelson 8a606f7223 Discuss group/user roles 2016-10-28 17:18:41 -07:00
Joe Nelson 267c482cfe Use plpgsql language type when applicable 2016-10-24 15:26:40 -07:00
Joe Nelson fda3e58619 Fix code block lexing 2016-10-24 15:23:44 -07:00
Joe Nelson d152689038 More about schema isolation 2016-10-24 14:50:22 -07:00
Joe Nelson f882954019 SQL user management section 2016-10-24 14:23:44 -07:00
Joe Nelson 6e7349d76c SSL 2016-10-16 13:54:05 -07:00
Joe Nelson be869d3f54 JWT generation 2016-10-16 13:18:21 -07:00
Joe Nelson d00bb026b6 pre-request function docs 2016-10-15 22:48:22 -07:00
Joe Nelson 98a776f2dc Overview of role system 2016-10-15 16:54:36 -07:00