Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hummingbird-project/hummingbird-auth
- Owner: hummingbird-project
- License: apache-2.0
- Created: 2021-02-09T11:14:22.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-05T14:57:07.000Z (27 days ago)
- Last Synced: 2024-12-05T15:39:49.874Z (27 days ago)
- Topics: authentication, hummingbird, middleware, server, swift
- Language: Swift
- Homepage:
- Size: 227 KB
- Stars: 36
- Watchers: 5
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
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.