Skip to content

Database Schema & Secure Token Generation #10

@HJyup

Description

@HJyup

Prepare the database to track check-ins and implement secure token logic.

  • Use Drizzle ORM to add checkedAt: timestamp and checkInToken: text (unique) to the registrations table.
  • Create a utility to generate a signed JWT for each registration containing the registrationId and eventId.

Metadata

Metadata

Assignees

No one assigned

    Labels

    apiAPI application related issues

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions