Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
jcrugzz's profile
jcrugzz
7 contributions
dependabot[bot]'s profile
dependabot[bot]
3 contributions
bmeck's profile
bmeck
2 contributions
agerard-godaddy's profile
agerard-godaddy
1 contributions
Swaagie's profile
Swaagie
1 contributions
ywangii's profile
ywangii
1 contributions
warehouseai

warehouseai/authboot

a simple slay preboot to instantiate an auth middleware and a custom/default lookup function on the app object.

JavaScript
0
2
MIT License

Support the dependencies of warehouseai/authboot

Account's avatar
3rd-Eden/diagnostics
Tools for debugging your node.js modules and event loop
Account's avatar
LionC/express-basic-auth
Plug & play basic auth middleware for express
Account's avatar
bigpipe/assume
Expect-like assertions that works seamlessly in node and browsers
Account's avatar
godaddy/javascript
Base ESLint config for consistent style in ES6 projects at GoDaddy.
Account's avatar
azeemba/eslint-plugin-json
eslint plugin for JSON files
Account's avatar
lo1tuma/eslint-plugin-mocha
Eslint rules for mocha.
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
flatiron/nconf
Hierarchical node.js configuration with files, environment variables, command-line arguments, and atomic object merging.
Account's avatar
istanbuljs/nyc
the Istanbul command line interface

authboot is a lightweight preboot plug‑in for **slay** applications that injects an authentication middleware and a namespaced `lookup` helper onto the app object. It wraps basic‑auth (via express‑basic‑auth) and lets developers supply either a simple in‑memory user‑hash map or a custom asynchronous lookup (e.g., database verification), making it easy to add reusable auth handling to multiple slay services. It’s aimed at Node.js developers building slay‑based APIs or web services who need quick, configurable basic‑auth integration without writing repetitive boilerplate.