All Downloads are FREE. Search and download functionalities are using the official Maven repository.

db.migration.V3__remember-me.sql Maven / Gradle / Ivy

Go to download

Single tenant simple OAuth 2 Server a.k.a. Maki UAA (User Account and Authentication)

The newest version!
CREATE TABLE persistent_logins (
  username  VARCHAR(64) NOT NULL,
  series    VARCHAR(64) PRIMARY KEY,
  token     VARCHAR(64) NOT NULL,
  last_used TIMESTAMP   NOT NULL
);




© 2015 - 2025 Weber Informatics LLC | Privacy Policy