add using refresh token to get access token
This commit is contained in:
@@ -22,6 +22,6 @@ pub fn utils_routes() -> Router<AppState> {
|
||||
.route("/update_password", put(UpdatePassword))
|
||||
|
||||
.route("/create_refresh", post(create_refresh_token))
|
||||
|
||||
.route("/login_refresh_token", post(login_refresh_token))
|
||||
//.with_state(state)
|
||||
}
|
||||
Reference in New Issue
Block a user