Skip to content

Key should never be @undefined #59

Description

@christianbundy
const crypto = require("crypto");
const secretStack = require("secret-stack");

const appKey = crypto.randomBytes(32).toString("base64");

const stack = secretStack({ appKey });

const app = stack();

console.log(app.id); // => "@undefined"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions