Kitura-Credentials
Kitura-Credentials copied to clipboard
A pluggable framework for validating user credentials in a Swift server using Kitura
`Credentials` -> `AuthenticationMiddleware` It is immediately clear what this class is. Alternative names - `AuthenticationRouterMiddleware`. I am fine with the package name as it is now, since it can be...
The `usersCache` currently does not have a size limit. I've read that `NSCache` purges entries when a device is running low on memory, but I'm not sure I understand how...
I'm using your CredentialsGoogleToken to sign in a user on a server, where the user signed in originally on an iOS mobile app using Google Sign in. Because my server...
Thanks guys for this work-- I'm starting to use it in a project. I'd considered forking, as I was starting to use Perfect, but decided just to use Kitura and...
For the Google credentials, the CredentialsGoogleOptions.userProfileDelegate is currently defined as public static let userProfileDelegate = "userProfileDelegate" However, since the options seems scoped across all plugins (i.e., in the options property...