mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-02-08 05:14:59 +08:00
![Dan Brown](/assets/img/avatar_default.png)
- 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
|
|
{
|
|
|
|
} |