Authenticate a user
Start a session with Authentiq Connect to authenticate a user. ``` GET https://connect.authentiq.io/authorize?client_id=<your-client-id>&response_type=code+id_token&scope=openid+email&redirect_uri=<your-redirect-uri>&state=0123456789 ``` This endpoint also supports the POST method.