Package Exports
- serverless-justauthenticateme-plugin
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (serverless-justauthenticateme-plugin) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
JustAuthenticateMe Serverless Framework Plugin
Introduction
JustAuthenticateMe offers simple magic link based authentication as a service for web apps. This is a sereverless plugin that automatically authenticates your serverless endpoints using JustAuthenticateMe. It uses the JustAuthenticateMe API Gateway Custom Auhthorizer to verify incoming requests and pass the user's email on to your endpoint handler.
Support
Currently, this plugin only supports AWS lambdas behind an API Gateway.
Getting Started
Installing via npm or yarn
npm install --save serverless-justauthenticateme-plugin
yarn add serverless-justauthenticateme-plugin
Usage
TODO
How it works
TODO how it passes email to actual endpoint lambda