Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Authorization #1

Open
kolodi opened this issue Mar 14, 2019 · 4 comments
Open

Authorization #1

kolodi opened this issue Mar 14, 2019 · 4 comments

Comments

@kolodi
Copy link
Owner

kolodi commented Mar 14, 2019

Create authorizations assets, at least for some basic authorization types. Make authorization handlers. Automatic authorizations using handlers. For example, instead of providing header parameter "Authorization" for each operation, inject it automatically using authorization handler of this specific type. Authorization handler, of course, would have a cached authorization data after authentication happened, but this is a separate topic to discuss.

@kolodi
Copy link
Owner Author

kolodi commented Mar 14, 2019

Authorizations handling

@Avatarchik
Copy link

Hi! Is there a solution?

@AnkitTorenzo
Copy link

AnkitTorenzo commented Oct 5, 2020

Hey, Are you still working on this?
I would like to contribute for this one.

@kolodi
Copy link
Owner Author

kolodi commented Oct 7, 2020

Hey, Are you still working on this?
I would like to contribute for this one.

Hello,
In all my recent projects I couldn't use this because not many APIs actually provides OpenAPI docs to work with. The code from this repo must be still working. I would try to use async await style library for http client instead of currently used promise based (like this one: https://github.com/Cysharp/UniTask) and to explore request chaining and maybe creating custom API resource assets for them as this is a common thing people use so it would be great to make it supported sinse the beginning.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants