Kitura-Credentials icon indicating copy to clipboard operation
Kitura-Credentials copied to clipboard

A pluggable framework for validating user credentials in a Swift server using Kitura

Results 5 Kitura-Credentials issues
Sort by recently updated
recently updated
newest added

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

enhancement

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

enhancement

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