@epicdev/boost-gc-sanctum-authenticator
v1.0.0
Published
Google Cloud Sbased sanctum authenticator
Readme
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-authentictorRegister 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: {
...