import * as fathymEverythingAsCode from "https://deno.land/x/fathym_everything_as_code@v0.0.335-integration/src/src.deps.ts";
Utilities for base64 encoding and decoding.
This module is browser compatible.
Namespaces
N djwt | |
N path | Utilities for working with OS-specific file paths. |
Classes
The status is a common object for passing more details back than standard boolean. |
Functions
Decodes a base64-encoded string. | |
Takes | |
Takes a | |
This helper function simplifies setting a | |
It does not verify the digital signature. | |
Takes jwt, | |
Converts data into a base64-encoded string. | |
Determine if a path exists. | |
Determine if a path exists sync. | |
Check to see if a status is successful (code 0). | |
Return the last portion of a | |
Determines the common path from a set of paths, using an optional separator, which defaults to the OS default separator. | |
Return the directory path of a | |
Return the extension of the | |
Generate a path from | |
Converts a file URL to a path string. | |
Convert a glob string to a regular expression. | |
Verifies whether provided path is absolute | |
Test whether the given string is a glob | |
Join all given a sequence of | |
Like join(), but doesn't collapse "**/.." when | |
Normalize the | |
Like normalize(), but doesn't collapse "**/.." when | |
Return a | |
Return the relative path from | |
Resolves path segments into a | |
Converts a path string to a file URL. | |
Resolves path to a namespace path | |
Interfaces
JWS §4.1.1: The "alg" value is a case-sensitive ASCII string containing a StringOrURI value. This Header Parameter MUST be present and MUST be understood and processed by implementations. | |
JWT §1: JWTs encode claims to be transmitted as a JSON [RFC7159] object [...]. JWT §4.1: The following Claim Names are registered in the IANA "JSON Web Token Claims" registry established by Section 10.1. None of the claims defined below are intended to be mandatory to use or implement in all cases, but rather they provide a starting point for a set of useful, interoperable claims. Applications using JWTs should define which specific claims they use and when they are required or optional. | |
Options for | |
A parsed path object generated by path.parse() or consumed by path.format(). |
Type Aliases
With | |