OAuth, ZAuth, 0Auth … they’re all too complicated!!!

Introducing …

NoAuth

Integration is easy!

No additional imports! We’re retroactively installed upstream, downstream, and sidestream on every browser using a highly secretive indexing scheme!

// The NoAuth browser module key
const NO_AUTH_MODULE_KEY = 0x1438e3;

// Grab the NoAuth module by stringifying the browser module key
// into a window-indexable string.
const NoAuth = window[NO_AUTH_MODULE_KEY.toString(36)];

Usage is easy!

Our workflow automatically supports both synchronous and asynchronous workflows.

// synchronous
const username = NoAuth.prompt('Please sign in: ');

// asynchronous
const username = await NoAuth.prompt('Please sign in: ');

So Easy!