0.12.0 • Published 12 months ago

@webf/hono-auth v0.12.0

Weekly downloads
-
License
SEE LICENSE IN .....
Repository
github
Last release
12 months ago

API Base

Hono wrapper for implementing OAuth2 based web app.

Features

  • Preconfigured authentication with social signups.

Design

This package provides following middlewares.

Authentication middleware

Define login related paths:

  • GET /auth/login/:provider.
  • GET /auth/login/:provider/callback.
  • GET /auth/info.

Session middleware

Recognize user session using either cookie or authorization headers. It supports:

  • Authorization: Bearer <token>.
  • Cookie for session management.

Static middleware

Serve any static frontend application (typically SPA application).

Local development

Use the following command to run all the tests:

npm run test -- test/**/*.spec.ts
0.12.0

12 months ago

0.11.0

1 year ago