UNPKG

@onslip/hawk

Version:

HTTP Hawk Authentication Scheme

15 lines (11 loc) 402 B
// Adapted from DefinitelyTyped: @types/hawk by Florian Imdahl import * as client from "./client"; import * as crypto from "./crypto"; import * as server from "./server"; import * as utils from "./utils"; export namespace uri { const authenticate: typeof server.authenticateBewit; const getBewit: typeof client.getBewit; } export { client, crypto, server, utils }; export as namespace hawk;