rafaelturon/blockchain-investments

View on GitHub
src/Blockchain.Investments.Api/Controllers/IdentityController.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method Post has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        [HttpPost]
        [AllowAnonymous]
        public async Task<IActionResult> Post([FromForm]BitIdCredentials request) 
        {
            string jsonResponseToken = string.Empty;
Severity: Minor
Found in src/Blockchain.Investments.Api/Controllers/IdentityController.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status