Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hummingbird-project/hummingbird-auth

Authentication framework and extensions for Hummingbird
https://github.com/hummingbird-project/hummingbird-auth

authentication hummingbird middleware server swift

Last synced: 26 days ago
JSON representation

Authentication framework and extensions for Hummingbird

Awesome Lists containing this project

README

        













# Hummingbird Auth

Authentication framework and extensions for Hummingbird server framework.

Includes authentication and session middleware, bearer, basic authentication extraction from your Request headers, Bcrypt encryption for passwords.

## Documentation

You can find documentation for HummingbirdAuth [here](https://docs.hummingbird.codes/2.0/documentation/hummingbirdauth). The [hummingbird-examples](https://github.com/hummingbird-project/hummingbird-examples) repository has a number of examples of different uses of the library.