Alec Wilson
Alec Wilson
Description ------------- Previously mocking a method such as ``` LogMethodf(level string) func(msg string, a ...interface{}) ``` gave a struct with method signature ``` LogMethodf(level string) func(msg string, a []interface{}) ```...
Description ------------- Sometimes mocks are wanted for the majority of a project, but specific directories are to be excluded (e.g. `internal`). This adds support for excluding a directory and its...
Fixes #360 Adds the **given_name** and **family_name** attributes into the id token. In our project making use of cognito-local (thanks for this) this addressed the problem for us. Guidance would...