New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

pioche-extras

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pioche-extras

Prebuilt utilities for the pioche framework

latest
Source
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

-extras

**PIOCHE/PIOCHE-EXTRAS IS A WORK IN PROGRESS AND DOES NOT YET FUNCTION**

TypeScript first framework for Cloudflare Workers enabling ⚡lightning⚡ fast development and execution

npm version

Note: This repository is extra features built on top of pioche, to use these features install pioche first

🔋 Tree Shakeable Batteries For Pioche

  • Password & OAuth controllers
  • WebSocket logging utility
  • Configurable CORS middleware

💾 Installation

To install just run

npm install pioche-extras

Then to implement the features just use them as you would normal pioche controllers and middleware

import { DiscordAuthController } from 'pioche-extras/discordauthcontroller';
export { DiscordAuthController } from 'pioche-extras/discordauthcontroller';
...
Router.register(DiscordAuthController, {binding = "DISCORDAUTH"});
...

Now you can login to your API using discord!

People

Pioche was created by Garrett Peake

License

MIT

Keywords

cloudflare

FAQs

Package last updated on 18 Apr 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts