adiatma85 / golang-url-shortener

Simple Golang Shortener with REST API approachment
1 stars 0 forks source link

Add Refresh Token Endpoint and Logic #5

Closed adiatma85 closed 2 months ago

adiatma85 commented 2 years ago

For now, I only created logic for "add new JWT token" and make it expired as in .env stated (I created environment variable for jwt expires time)

But I kinda forgot to add refresh token to make an extended time for client to refresh their access token

For reference, you can see here

adiatma85 commented 2 months ago

Closed on #19