go-jwt-auth icon indicating copy to clipboard operation
go-jwt-auth copied to clipboard

Template create for use as CookieCutter for my Golang projects, I decided to create a template with everything already working. 🚀

Results 5 go-jwt-auth issues
Sort by recently updated
recently updated
newest added

### Description Hi, I am learning Golang, and I am reading through your repo. It is really helpful to read the code for learning, however, I see something that would...

enhancement

### Description As per [The Repository Pattern](https://threedots.tech/post/repository-pattern-in-go/) > Keeping logic of your application along with your database logic makes your application much more complex, hard to test, and maintain. >...

enhancement

### Description of the bug When testing the API from swagger, I always get "_Failed to fetch_" error. Doing it on CLI is fine though. ### Steps To Reproduce 1....

bug

https://github.com/solrac97gr/go-jwt-auth/blob/f52fb4aa4bb191850660c83132d3926bd86c7dad/README.md?plain=1#L60-L73 > Define your interfaces inside the `repository.go`,`handlers.go` and `application.go` file. Hi, I don't quite get where exactly the above interfaces code should be put -- it should be put...