https://github.com/epicdev-za/boost-gc-sanctum-authenticator
https://github.com/epicdev-za/boost-gc-sanctum-authenticator
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/epicdev-za/boost-gc-sanctum-authenticator
- Owner: epicdev-za
- Created: 2020-10-25T12:00:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-23T07:39:51.000Z (almost 5 years ago)
- Last Synced: 2025-02-26T07:18:08.282Z (over 1 year ago)
- Language: JavaScript
- Size: 70.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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
```sh
npm install --save @epicdev/boost-gc-sanctum-authentictor
```
Register it in **server.config.js**
```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: {
...
```