Skip to content
/ oak-api-starter Public template

A starter project with Authentication and Authorization

Notifications You must be signed in to change notification settings

unpin/oak-api-starter

Repository files navigation

Deno Template Project

This is a template project for Deno's Oak framework with basic CRUD functionality, Authentication and Authorization.

Functionality

  • Basic CRUD functionality
  • Basic error handling (404, 500, etc.)
  • Global error handler. See Deno documentation.

Security

  • Deny Access to JWT token after password change
  • Options method for supported methods
  • CORS
  • Rate Limiting middleware

Authentication

  • Basic JWT Authentication
  • isAuth middleware
  • Authentication with OAuth

Authorization

  • restrictTo middleware

About

A starter project with Authentication and Authorization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published