wiki-grav/plugins/login-oauth2-extras/vendor/foxworth42/oauth2-okta/example/reset.php

9 lines
127 B
PHP

<?php
$provider = require __DIR__ . '/provider.php';
unset($_SESSION['token'], $_SESSION['state']);
header('Location: /');