codeigniter4 / shield

Authentication and Authorization for CodeIgniter 4
https://shield.codeigniter.com
MIT License
352 stars 130 forks source link

Athurization Refresh Token #1060

Closed Avinar closed 6 months ago

Avinar commented 6 months ago

Firstly, Thanks for Useful Shield authentication package. Secondly, I work with JWT Token and handle authorization. This worked charming but I think for token expiration we need to add refresh token class, config, filter, ... to handle authorization continuously with new JWT token and handle refresh token safely. Shield has a solution for refresh token idea?