bixlabs / authentication

A module in Go for authentication
1 stars 0 forks source link

AM-34 Parse JWT from header using gin native method on API rest layer #106

Closed ErickNaunay closed 4 years ago

ErickNaunay commented 4 years ago

Description

This pull request changes the parsing method of the JWT of the header in the API rest layer for using a native method instead of parsing manually.

Stories

AM-34

List of changes

*In the API rest layer the authentication implementation used to parse manually JWT from the header, now it uses native method function from gin-gonic

Steps to Test or Reproduce

$ make
$ make run

Impacted Areas in Application

Migrations

NO

sonarcloud[bot] commented 4 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication