Skip to content

Commit

Permalink
add missing import to README snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandrpravosudko-okta committed Apr 29, 2021
1 parent de23cdf commit fc6a8a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ This package includes TypeScript definitions for library interface. They can be

```typescript
import { Jwt, create } from 'njwt';
import crypto = require('crypto');

const signingKey: Buffer = crypto.randomBytes(256); // Create a highly random byte array of 256 bytes
const claims = {
Expand Down

0 comments on commit fc6a8a2

Please sign in to comment.