AtomicLeads

Results 3 comments of AtomicLeads

I'm trying to implement JWT auth using this beautiful starter project, but got into troubles. Whenever i need to protect all endpoints, go-kit provided middleware working just fine. I do...

That means all errors you are returning in endpoints will result as the same generic ErrorEncoder message. Example: ``` // MakeCreateTodoEndpoint returns an endpoint for the matching method of the...