vapor-oauth
vapor-oauth copied to clipboard
OAuth2 Provider Library for Vapor
Hi... Do you have plans to migrate to V3?
In the completion efforts to re-implement the Device Code Flow Integration into Vapor OAuth (PR https://github.com/brokenhandsio/vapor-oauth/pull/27), this pull request marks the finalization of this significant feature. With this submission, I've...
This pull request introduces the integration of the Device Code Flow into the Vapor OAuth, enhancing the existing OAuth2 Provider capabilities. ### Changes: - Added Device Code Flow support following...
In the ongoing efforts to re-implement the Device Code Flow Integration into Vapor OAuth (PR https://github.com/brokenhandsio/vapor-oauth/pull/26), this pull request introduces an essential for handling device code validations.
In the ongoing efforts to re-implement the Device Code Flow Integration into Vapor OAuth (PR https://github.com/brokenhandsio/vapor-oauth/pull/25), this pull request introduces an essential enhancement: extending code manager for Device Code Flow.
In the ongoing efforts to re-implement the Device Code Flow Integration into Vapor OAuth (PR #24), this pull request introduces an essential enhancement: adding scope validation to the DeviceCodeTokenHandler.
I am re-submitting the integration of Device Code Flow into Vapor OAuth, as a fresh pull request following issues encountered with the previous PR #17 . This PR contains the...
Test failure
I’m seeing `TokenRefreshTests.testErrorWhenRequestingScopeWithNoScopesOriginallyRequestedOnRefreshToken()` fail when I run locally, I wasn’t able to exactly figure out why it was happening though. It looks like at one point travis was used for...
Updated source example for dependency