1.0.0 • Published 3 years ago

boost-gc-sanctum-authenticator v1.0.0

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
3 years ago

Boost Error Plugin

This plugin is designed to add Google Cloud Secret Manager integration to allow authorization to Sanctum in Google Cloud environments

Installation

npm install --save github:epicdev-za/boost-gc-sanctum-authentictor

Register it in server.config.js

...
sanctum: {
    project_key: '',
    gc_project_id: ''//Insert Google Cloud Project ID
},
plugins: ['boost-gc-sanctum-authentictor'], //Or use boost-error-plugin/gc for Google Cloud Error Reporting
endpoints: {
...
1.0.0

3 years ago