Skip to content

Instantly share code, notes, and snippets.

@diasjuniorr
Last active June 9, 2021 21:26
Show Gist options
  • Save diasjuniorr/94a71a9655d05a05d72e4e5ab05d1494 to your computer and use it in GitHub Desktop.
Save diasjuniorr/94a71a9655d05a05d72e4e5ab05d1494 to your computer and use it in GitHub Desktop.
Next.js middleware implementation
// pages/api/endpointGet.ts
// ...
export default otherrMiddleware(auth(handler))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment