610ab66ea8
readme: add logo, improve structure and explanations
71d2e27e44
remove tag
3578e996a1
use png instead of svg
dbd9c4792b
fix logo ?
66b69bfb3e
readme: add logo, improve structure and explanations
e7c84eddf8
refactor: semantic and idiomatic renames, fixes API changes
cfa3adc24b
refactor: semantic and idiomatic renames, fixes API changes
cfa3adc24b
refactor: semantic and idiomatic renames, fixes API changes
a0f47aa098
refactor: semantic and idiomatic renames, fixes API changes
a0f47aa098
refactor: semantic and idiomatic renames, fixes API changes
9e69b66289
fix: use fmt.Errorf() %w verb for error wrapping
3563d53365
Merge pull request 'feature: dynamic scope using input arguments' (#23) from feature/dynamic-scope into 0.3.0
c35e2fdd9a
fix: do not use optional (nil) inputs for dynamic scope
8c2ebd916e
feat: add test coverage
2a17ba2f72
fix: allow non-Stringer using %v format (unsafe but does the job)
346cc4e557
feat: add dynamic scope from request's input
feature: dynamic scope using input arguments
feature: dynamic scope using input arguments
8c2ebd916e
feat: add test coverage
2a17ba2f72
fix: allow non-Stringer using %v format (unsafe but does the job)
346cc4e557
feat: add dynamic scope from request's input
214e2348aa
Merge pull request 'feature: authentication middlewares' (#20) from feature/expose-scope into 0.3.0
4a62df8029
feat: handle auth adapters
4f55302e8a
feat: add WithAuth() to builder using api.AuthAdapter interface
18d809c4ca
feat: create api.Auth wrapping authorization management
feature: authentication middlewares