Skip to content

Commit

Permalink
Update owl.js to use file system for reading keys
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewstech committed Jul 29, 2024
1 parent bb8ee8d commit 7d0b706
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/owl.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const jose = require('node-jose');
const fs = require('fs');
require('dotenv').config();

async function loadKeyStore() {
Expand Down

0 comments on commit 7d0b706

Please sign in to comment.