{"library":"cubic-auth","type":"library","category":null,"description":"Simple OAuth2 authentication server for the Cubic framework (v3.2.3). Provides JWT-based access and refresh tokens using RS256 signing by default. Integrates with cubic-api and cubic-core to verify users stored in the auth database. Key differentiators: built specifically for Cubic's ecosystem, supports cookie-based auth for web clients, and manages user logs. Not intended as a standalone auth server outside Cubic.","language":"javascript","status":"active","version":"3.2.3","tags":["javascript"],"last_verified":"Fri May 01","install":[{"cmd":"npm install cubic-auth","imports":["const Auth = require('cubic-auth')","const cubic = new Cubic(); cubic.use(new Auth({ exp: '2h', alg: 'RS256' }))","new Auth({ certPrivate: '...', certPublic: '...' })"]},{"cmd":"yarn add cubic-auth","imports":[]},{"cmd":"pnpm add cubic-auth","imports":[]}],"homepage":null,"github":"https://github.com/cubic-js/cubic","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/cubic-auth","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}