OAuthenticator
OAuthenticator copied to clipboard
OAuth 2.0 request authentication
While trying to authenticate using the default CredentialWindowProvider, XCode complains that access to keyWindow... is not performed on the Main Thread. Here's a snapshot...
I have the following code in my client: ```swift let configuration = Authenticator.Configuration( appCredentials: credentials, loginStorage: loginStorage, tokenHandling: FixedGitHub.OAuthAppTokenHandling(), mode: mode, authenticationStatusHandler: authenticationStatusHandler ) let authenticator = Authenticator(config: configuration) ```...
So I've been playing around with your library today and trying to get it working for my use case (thank you for so quickly merging my fix for the google...
This method should throw a more-specific error if the request goes wrong or isn't the right kind of data.
First of all, I would like to thank you for providing this well-structured library. It is a joy to use. I use it primarily to control access to a medical...
So I'm not sure the best way forward for this one - but summary: We're using the OAuthentication library as part of a package that's consumed by multiple apps and...
``` Test basicSignature() recorded an issue at DPoPSignerTests.swift:32:3: Expectation failed: (headers["DPoP"] → nil) == "my_fake_jwt" ```