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