From 6082ea8f423c87333bb5dc3a08d28127c61ff501 Mon Sep 17 00:00:00 2001 From: Michael van Straten Date: Wed, 19 Apr 2023 11:46:26 +0200 Subject: [PATCH] Updated readme --- readme.md | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index a67076c..ec4cc68 100644 --- a/readme.md +++ b/readme.md @@ -11,7 +11,7 @@ For more infos on that mater please refer to the [`Supported algorithms`](https: ## Features - easy use of custom jwt claims - automatic extraction of the custom claims -- extraction of tokens from `query` parameters, `HTTP` header, [`Authorization`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Authorization) headers and `cookies` +- extraction of tokens from `query` parameters, `HTTP` headers, [`Authorization`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Authorization) header and `cookies` - verify only mode (`public key` only) - automatic renewal of `access` token (very customizable) - easy way to set expiration time of `access` and `refresh` tokens diff --git a/src/lib.rs b/src/lib.rs index 0f09343..8eac8a2 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -10,7 +10,7 @@ For more infos on that mater please refer to the [`Supported algorithms`](https: # Features - easy use of custom jwt claims - automatic extraction of the custom claims -- extraction of tokens from `query` parameters, `HTTP` header, [`Authorization`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Authorization) headers and `cookies` +- extraction of tokens from `query` parameters, `HTTP` headers, [`Authorization`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Authorization) header and `cookies` - verify only mode (`public key` only) - automatic renewal of `access` token (very customizable) - easy way to set expiration time of `access` and `refresh` tokens