Skip to main content
Go to Latest
File

v6.0.1

  • Bug Fixes:

    • cli should now work as expected

v6.0.0

  • Breaking Changes:

    • removed Store utility

      we recommend to use e.g. flare as an alternative.

    • removed Webhook utility

      you should know how to send a webhook. so this utility is pretty useless.

    • renamed deploy command to publish

    • index routes must now be named mod.ts (following Deno’s naming convention)

    • jwt module now uses djwt under the hood

      the module exports only two methods now: sign (create a new token) and verify (validate tokens and return payload if it’s valid)

  • Bug Fixes:

    • realm-web is only included in the bundle if you’re actually using it
  • New Features:

    • added darkflare/authenticator module

      a easy and well-tested module for creating and validating one time passwords.

    • added encrypt and decrypt functions

      encrypt/decrypt text using AES-GCM SHA-256.