nuts-foundation/nuts-node

View on GitHub
auth/api/iam/user.go

Summary

Maintainability
A
1 hr
Test Coverage
B
86%

Method Wrapper.handleUserLanding has 73 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func (r Wrapper) handleUserLanding(echoCtx echo.Context) error {
    // todo: user authentication is currently not implemented, user consent is not implemented
    // This means that this handler succeeds if the token is valid
    // It only checks for an existing RequestAccessTokenRequestObject in the store
    // It does not (yet) check for user consent or the existence of a user wallet
Severity: Minor
Found in auth/api/iam/user.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status