{% trans %}Terms of Service{% endtrans %}
{% trans %}Purpose{% endtrans %}
{% trans %}Auth Playground is an educational and demonstration tool designed to help developers test OAuth2 and OpenID Connect (OIDC) authentication flows. It is intended for:{% endtrans %}
- {% trans %}Learning and understanding OAuth 2.0 and OpenID Connect protocols{% endtrans %}
- {% trans %}Testing integration with identity providers{% endtrans %}
- {% trans %}Demonstrating authentication flows in development environments{% endtrans %}
- {% trans %}Debugging OIDC implementations{% endtrans %}
{% trans %}Open Source Project{% endtrans %}
{% trans %}Auth Playground is an open source project. You are free to:{% endtrans %}
- {% trans %}Use, modify, and distribute the software{% endtrans %}
- {% trans %}Self-host the application{% endtrans %}
- {% trans %}Contribute improvements and bug fixes{% endtrans %}
- {% trans %}Review the source code for security and functionality{% endtrans %}
{% trans %}Please refer to the LICENSE file in the repository for detailed terms.{% endtrans %}
{% trans %}User Responsibility{% endtrans %}
{% trans %}When using Auth Playground, you are responsible for:{% endtrans %}
- {% trans %}Using only test accounts and non-sensitive data{% endtrans %}
- {% trans %}Securing your deployment appropriately for your environment{% endtrans %}
- {% trans %}Configuring environment variables correctly{% endtrans %}
- {% trans %}Understanding the security implications of your setup{% endtrans %}
- {% trans %}Complying with your identity provider's terms of service{% endtrans %}
{% trans %}No Warranty{% endtrans %}
{% trans %}This software is provided "as is" without warranty of any kind, express or implied. Use at your own risk.{% endtrans %}