Vamsi Madduluri

Results 14 issues of Vamsi Madduluri

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...

### Describe the Improvement Currently, the Directus project restricts compatibility to Node.js version 18, specifically version 18.17 or higher. However, considering Node.js version 20 is also in Long-Term Support (LTS)...

Improvement

This pull request refactors the SMTP mailing functions to utilize async/await for improved concurrency and error handling. The changes include updating the `sendMails` and `sendMail` functions to be asynchronous and...

- Updated Firebase iOS SDK to version `11.2.0` and GoogleSignIn to version `8.0.0`. - Replaced deprecated `credential(withProviderID:idToken:rawNonce:)` method with the new `credential(providerID:idToken:rawNonce:accessToken:)` method, which supports an optional `accessToken`. These updates...

## Description Implements the accounts API portion of Google Identity Platform (Identity Toolkit) ### Accounts API Implementation (/v1/accounts:*) - [x] signInWithPassword - Sign in with email/password - [x] signInWithCustomToken -...