UNPKG

passport-steam-openid

Version:

Passport strategy for authenticating with steam openid without the use of 3rd party openid packages.

8 lines (7 loc) 212 B
declare namespace NodeJS { export interface ProcessEnv { NODE_ENV: 'development' | 'production'; URL_BASE: `http://${string}.${string}` | `https://${string}.${string}`; COOKIE_SECRET: string; } }