Closed takidog closed 5 years ago
新增以下2個API DELETE /oauth/token/all DELETE /oauth/token
DELETE
/oauth/token/all
/oauth/token
儲存token的方式並不是使用redis hash hash並不能做到子元素單獨過期,每一筆登入都會有一組token存放在payload中 再falcon middleware 就會檢查token了
新增以下2個API
DELETE
/oauth/token/all
DELETE
/oauth/token
儲存token的方式並不是使用redis hash hash並不能做到子元素單獨過期,每一筆登入都會有一組token存放在payload中 再falcon middleware 就會檢查token了