Split PKCE verification test

This commit is contained in:
Kagami Sascha Rosylight
2023-06-04 13:30:18 +02:00
parent 9022971fb9
commit c25836bc1a
2 changed files with 45 additions and 48 deletions

View File

@@ -143,7 +143,6 @@ class OAuth2Store {
@Injectable()
export class OAuth2ProviderService {
// #provider: Provider;
#server = oauth2orize.createServer({
store: new OAuth2Store(),
});