1. Click the "Sign in with Apple" button below
2. Authorize the application
3. The authorization code will be displayed below
4. Click "Exchange Code for Tokens" to get your OAuth tokens
5. Use the tokens to test the protected API endpoints
6. For Postman testing: POST /api/token/exchange/apple
Body: code={auth_code}&client_id=mobile-app-client&grant_type=external_auth
Try calling the protected API endpoints to see the difference between authenticated and unauthenticated requests.
Try calling the Public.API protected endpoints using the access token.
Test the IEmailService by sending a test email to r.kolar@globdata.cz