Guys is it safe approch to send jwt as a query parameter? for oauth2 authentication i am redirecting user from app to oauth page. then i am sending acess token to server. server verifies user and redirects to client with jwt in url as query parameter
— Yes, you can use jwt anywhere, the only security concern is generally: WHAT data is stored in the token