8c01c55684
- Got basic signing support and structure checking done. - Need to run through actual claim checking before providing details back to app.
10 lines
121 B
PHP
10 lines
121 B
PHP
<?php
|
|
|
|
namespace BookStack\Auth\Access\OpenIdConnect;
|
|
|
|
use Exception;
|
|
|
|
class InvalidTokenException extends Exception
|
|
{
|
|
|
|
} |