express-gateway-plugin-tookie

1.2.1 • Public • Published

express-gateway-plugin-tookie

Responds with an id_token cookie set or remove call. To store send a POST request with JSON body containing token and expires field. First field contains cookie value and last contains expiration in seconds.

Install

eg install express-gateway-plugin-tookie

Usage

http:
  port: 80

apiEndpoints:
  exampleApi:
    host: '*'

policies:
  - tookie

pipelines:
  examplePipeline:
    apiEndpoints:
      - exampleApi
    policies:
      - tookie:
        - action:
            sameSite: none

Readme

Keywords

none

Package Sidebar

Install

npm i express-gateway-plugin-tookie

Weekly Downloads

3

Version

1.2.1

License

MIT

Unpacked Size

2.93 kB

Total Files

6

Last publish

Collaborators

  • mehdi.darmiche
  • kszymiczek_propbase
  • coozzyag