Simple OAuth
All threads resolved!
All threads resolved!
- Add getAccessToken method to ApiClient
- Call getAccessToken if the auth type is oauth
- Refactor auth types to use generics This should allow proper types based on the auth wanted by the user. Should make it a bit easer to add new auth types that expect different credentials
- Add tests
Merge request reports
Activity
Filter activity
mentioned in merge request !37 (merged)
- Resolved by Coby Sher
- Resolved by Coby Sher
- Resolved by Brian Perry
Nice work on this - works well for me locally. Only thing I think would be worth changing is that I think we can still use the custom fetch option (if provided) when fetching the token even if we can't use this.fetch.
added 2 commits
added 1 commit
- 20fe5cae - Additional test coverage for using custom fetch with OAuth
Please register or sign in to reply