ice/packages/plugin-auth
ClarkXia a7a885d9a3
Feat: refactor ice runtime (#7044)
* feat: refactor ice runtime

* fix: update scripts

* fix: unique typescript version

* fix: lauch pupeteer with no-sandbox

* feat: support custom runtime

* feat: runtime kit

* fix: update api

* fix: add file for export path

* fix: test

* fix: update type import source
2025-02-11 13:55:37 +08:00
..
src Feat: refactor ice runtime (#7044) 2025-02-11 13:55:37 +08:00
CHANGELOG.md chore: update versions (#6509) 2023-09-14 10:58:37 +08:00
README.md chore: optimize (#676) 2022-11-15 10:33:11 +08:00
package.json chore: update versions (#6509) 2023-09-14 10:58:37 +08:00
runtime.d.ts fix: import path of types and runtime (#5981) 2023-02-28 15:08:10 +08:00
tsconfig.json feat: rework entry 2022-11-14 17:52:01 +08:00
types.d.ts fix: import path of types and runtime (#5981) 2023-02-28 15:08:10 +08:00

README.md

@ice/plugin-auth

An ice.js plugin to enable auth ability.

Usage

import { defineConfig } from '@ice/app';
import auth from '@ice/plugin-auth';

export default defineConfig(() => ({
  plugins: [
    auth(),
  ],
}));

More details to see https://v3.ice.work/docs/guide/advanced/auth