UNPKG

passport-telegram-official

Version:

Telegram (not official, just the name) authentication strategy for Passport (https://core.telegram.org/widgets/login)

9 lines (8 loc) 206 B
module.exports = { extends: '@ythub', parserOptions: { project: './tsconfig.json', tsconfigRootDir: __dirname }, rules: { 'arca/no-default-export': 'off', 'promise/param-names': 'off', }, }