{% extends "base.html" %} {% from "_mark.html" import tabbio_mark %} {% block body %}
This sample runs the authorization code flow with PKCE, then reads the signed-in person's profile and CV.
{% if error %}{{ error }}{% if reason %}: {{ reason }}{% endif %}
{% endif %}{{ scope }}{{ issuer }}{{ authorize_url }}{{ redirect_uri }}