Zaubrik / djwt

Create and verify JSON Web Tokens (JWT) with Deno or the browser.
MIT License
228 stars 23 forks source link

Export all types #2

Closed halvardssm closed 4 years ago

halvardssm commented 4 years ago

Hi! I am writing a JWT Middleware for Oak using your module, but I need the internal types, mainly Handlers to be exported. Would it be possible to export all types and interfaces?

Thanks for your work on this module!

halvardssm commented 4 years ago

Never mind! Realized that it is available in master, but not in 0.9 (which I was using) 😅