This endpoint exchanges a GitHub OAuth authorization code for a Dependify access token. After a user authorizes your application on GitHub, call this endpoint with the returned code to authenticate the user and receive a JWT token for subsequent API requests.
JWT tokens issued by this endpoint expire after 24 hours. Store the token securely and include it in the Authorization header for authenticated requests: