UNPKG

phantomauth

Version:

An authentication library with built-in security features, designed for fast and boilerplate-free backend development. Ideal for quickly building MVPs with a reasonable level of security. Not intended for high-risk or enterprise level use.

4 lines (3 loc) 97 B
export const createLimiter = (opts, FlexLimiterRef) => { return new FlexLimiterRef(opts); }