mirror of
https://github.com/vercel/eve.git
synced 2026-09-20 05:35:39 +08:00
8dbfe3f3eb
Signed-off-by: benpankow <ben.pankow@vercel.com>
13 lines
323 B
TypeScript
13 lines
323 B
TypeScript
import { eveChannel } from "eve/channels/eve";
|
|
|
|
export default eveChannel({
|
|
auth: () => ({
|
|
attributes: { fixture: "self-modification" },
|
|
authenticator: "e2e-fixture",
|
|
issuer: "e2e",
|
|
principalId: "self-modification-e2e-user",
|
|
principalType: "user",
|
|
subject: "self-modification-e2e-user",
|
|
}),
|
|
});
|