{% extends "server/base.twig" %} {% block content %}

Welcome to the OAuth2.0 Server!

You have been sent here by {{client_id}}. {{client_id}} would like to access the following data:

It will use this data to:

Click the button below to complete the authorize request and grant an {{ response_type == 'code' ? 'Authorization Code' : 'Access Token' }} to {{client_id}}.

{% endblock %}