BscThesis / aboard.iee.ihu.gr

7 stars 0 forks source link

Refresh Tokens #6

Closed asidirop closed 3 years ago

asidirop commented 3 years ago

We must give the ability to an application to issue refresh tokens. This is a quite big addition.

nickcn commented 3 years ago

This will need some testing :)

nickcn commented 3 years ago

Backend implemented. Frontend not yet. It's borked. :)

nickcn commented 3 years ago

@asidirop , please check the front end. It is fixed. Access token lifetime is 1 minute for better error checking.

nickcn commented 3 years ago

Tokens expire in 120 minutes. Refresh tokens expire in 1 week.