wiki-grav/plugins/login-oauth2/vendor/league/oauth2-google/examples/reset.php

8 lines
126 B
PHP
Raw Normal View History

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