mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-07 14:40:55 +03:00
implemented PKCE auth (#921)
* implemented PKCE auth * removed node-jose * added PKCE tests
This commit is contained in:
committed by
Donovan Preston
parent
20528eb0d1
commit
7ccf462bf8
@@ -5,7 +5,7 @@ const mozlog = require('../log');
|
||||
const Limiter = require('../limiter');
|
||||
const Parser = require('../streamparser');
|
||||
const wsStream = require('websocket-stream/stream');
|
||||
const fxa = require('./fxa');
|
||||
const fxa = require('../fxa');
|
||||
|
||||
const log = mozlog('send.upload');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user