🔑 Password Grant Demo

Instructions:

1. Enter your email and password below

2. Click "Get Access Token" to authenticate

3. The access token will be displayed below

4. Use the token to test the protected API endpoints

5. For Postman testing: POST /connect/token

Body: grant_type=password&username={email}&password={password}&client_id=mobile-app-client

Headers: apiKey: {your-api-key}

🔑
Sign in with Email & Password

Authentication Result:

Enter credentials and click "Get Access Token"
Not yet retrieved
Not yet retrieved
Not yet retrieved
Not yet retrieved

🔬 API Testing (Auth.API):

Test Protected Endpoints:

Try calling the protected API endpoints to see the difference between authenticated and unauthenticated requests.

Click a button to test the API

🌐 Public API Testing:

Test Public.API Endpoints:

Try calling the Public.API protected endpoints using the access token.

Click a button to test the Public API

📧 Email Service Testing:

Test Email Service:

Test the IEmailService by sending a test email to r.kolar@globdata.cz

Click the button to send a test email