jasonraimondi/typescript-oauth2-server

View on GitHub
example/src/main.ts

Summary

Maintainability
A
0 mins
Test Coverage

Function bootstrap has 47 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

async function bootstrap() {
  const prisma = new PrismaClient();
  const authCodeRepository = new AuthCodeRepository(prisma);
  const userRepository = new UserRepository(prisma);

Severity: Minor
Found in example/src/main.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status