Kitura-Credentials
Auth middleware
An authentication middleware for validating user credentials in a Swift server framework
A pluggable framework for validating user credentials in a Swift server using Kitura
41 stars
28 watching
19 forks
Language: Swift
last commit: almost 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
kitura/kitura-credentialsgithub | Provides authentication using GitHub web login with OAuth2 API | 6 |
kitura/kitura-credentialsjwt | A plugin for authentication using JSON Web Tokens in the Kitura web framework | 3 |
kitura/kitura-credentialshttp | An authentication plugin for Kitura framework | 16 |
kitura/kitura-credentialsfacebook | A plugin for authenticating users using the Facebook web login | 10 |
kitura/kitura-credentialsgoogle | An authentication plugin for a web framework that allows users to log in using Google's OAuth 2.0 system | 9 |
123flo321/kitura-credentialsdiscord | An authentication plugin for Kitura-Credentials framework using Discord OAuth2 web login. | 0 |
jacobvanorder/kitura-credentialstwitter | A framework plugin for authenticating users with Twitter OAuth web login | 1 |
nocturnalsolutions/kitura-credentialslocal | An authentication plug-in that allows users to authenticate with local credentials from a web form | 5 |
kitura/kitura-session | A framework for managing user sessions in Swift servers using Kitura | 19 |
kitura/kitura-websocket | Provides WebSocket support for a Swift-based web server framework | 68 |
kitura/kitura-net | A Swift framework for building fast and efficient HTTP servers with support for FastCGI, SSL/TLS, and various networking protocols. | 104 |
kitura/loggerapi | Provides a common logging interface for different kinds of loggers | 27 |
koajs/basic-auth | Provides basic authentication middleware for protecting routes in a web application. | 138 |
koajs/userauth | Provides a middleware layer to authenticate users in Koa.js applications | 137 |
kitura/kitura-sample | A sample application showcasing various Kitura features | 81 |