From d8c1d5fedfac65a79490120195e273b5d5fc75e9 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Wed, 4 Oct 2023 21:33:42 +0530 Subject: added basic token refreshing --- auth/router.go | 1 + 1 file changed, 1 insertion(+) (limited to 'auth/router.go') diff --git a/auth/router.go b/auth/router.go index b8d5b0d..9b9d533 100644 --- a/auth/router.go +++ b/auth/router.go @@ -26,5 +26,6 @@ func Routes(route *gin.RouterGroup) { { g.POST("/signup", handleSignUp) g.POST("/signin", handleSignIn) + g.POST("/refresh", handleRefresh) } } -- cgit v1.2.3