test cache
This commit is contained in:
parent
4fd9c85474
commit
fce2d67c69
@ -58,3 +58,9 @@ Uses Dropbox's `zxcvbn` algorithm to estimate password entropy. Registration req
|
|||||||
|
|
||||||
### 4. Refresh Token Rotation
|
### 4. Refresh Token Rotation
|
||||||
Every time a refresh token is used to get a new access token, the old refresh token is invalidated and a new one is issued. This limits the window of opportunity if a refresh token is leaked.
|
Every time a refresh token is used to get a new access token, the old refresh token is invalidated and a new one is issued. This limits the window of opportunity if a refresh token is leaked.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
test cache docker build and gitea
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user