mirror of https://github.com/alibaba/ice.git
* 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 |
||
---|---|---|
.. | ||
src | ||
CHANGELOG.md | ||
README.md | ||
package.json | ||
runtime.d.ts | ||
tsconfig.json | ||
types.d.ts |
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