mirror of
https://github.com/timvisee/send.git
synced 2026-03-05 13:39:54 -05: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
@@ -1,6 +1,6 @@
|
||||
const crypto = require('crypto');
|
||||
const storage = require('../storage');
|
||||
const fxa = require('../routes/fxa');
|
||||
const fxa = require('../fxa');
|
||||
|
||||
module.exports = {
|
||||
hmac: async function(req, res, next) {
|
||||
|
||||
Reference in New Issue
Block a user