Closed vamsii777 closed 3 weeks ago
@0xTim @marius-se Will this request be merged? Would also be great :-)
Would be great if it’s merged! But is this package abandoned?
I'll look into this early next week! Sorry for the late reply, this project is not abandoned!
@vamsii777 I haven't done a full review of this yet but I have some initial feedback/queries. First, this is a pretty huge PR and ideally would be broken up so we could discuss some of the changes in isolation. However, some of the immediate things that I've spotted:
@0xTim Gotcha, I'll break down the PR and YES would refactor so that you would be comfortable.
DO NOT MERGE. Moved to #28
This pull request introduces the integration of the Device Code Flow into the Vapor OAuth, enhancing the existing OAuth2 Provider capabilities.
Changes:
DeviceCodeTokenHandler
to manage device code token requests.Impact:
This integration allows applications to utilize the Device Code Flow for authorization, providing a more secure and user-friendly way to authenticate devices without a browser or other user agent.
Testing:
All test cases have been updated and passed, ensuring that the new feature is working as expected and does not break existing functionality.
Please review the changes and provide feedback. Thank you!