Commit Graph
7 Commits
Author SHA1 Message Date
Erwan ThomasandSteve Chávez f759b8bfc6 Fix miscellaneous Sphinx warnings (#244)
* /index.rst:24: WARNING: Line block ends without a blank line.

* /install.rst:300: WARNING: Explicit markup ends without a blank line; unexpected unindent.

* /admin.rst:273: WARNING: Could not lex literal_block as "http". Highlighting skipped.

* /tutorials/tut1.rst:150: WARNING: Could not lex literal_block as "json". Highlighting skipped.

* Remove extra newline

* Use integer value as epoch in JSON snippet

Even though using a string value is convenient (due to the lack of JSON
comments), it is confusing since the value should actually be an
integer. A slightly more verbose documentation is therefore preferable.
2019-08-18 16:32:08 -05:00
steve-chavez 24a5a27977 Fix #183, change immediate revocation request to PATCH 2019-01-06 20:58:07 -05:00
steve-chavez ff74567473 Fix #145, add authenticator role to tutorials 2019-01-06 20:58:07 -05:00
Joe NelsonandGitHub e10599d065 Changes in 4.4 release (#121)
* Updated full-text search

* Calling RPC with GET

* Customizing HTTP status codes and headers

* Move the admin section to bottom of TOC

* Revise JWT signing section of tutorial

* Selecting pkeys in embedding no longer required
2018-01-18 10:48:34 -06:00
Joe NelsonandGitHub 66ce8e8b18 Exp claim must be an int, not a string
Pointed out by @nileshtrivedi
2017-08-20 14:15:59 -05:00
Joe Nelson aa6e3afc0e Small edit and correct config file name 2017-07-04 22:49:19 -05:00
Joe Nelson cb4c54074a Tutorial 1 2017-07-04 22:28:17 -05:00