Deno

A Deno server handling requests with Cloud Auth looks like this.

npm create feathersdev@latest server --platform deno --app-id "<your-app-id>"

Verifier

An authenticateRequest function that validates an incoming web standard request can be implemented in src/authenticate.ts like this:

authenticate.ts

Server

A Deno server can then use it in src/server.ts like this:

server.ts

The full Deno example can be found here.

Subscribe to our NewsletterGet new Feathers content as it becomes available.
Feathers.dev

Copyright © 2012 - 2025 feathers.dev