0.1.5 • Published 12 months ago

auth-lib-demo-rust v0.1.5

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months ago

auth-lib

auth-lib: SDK for Authentication

Uso

import init, {authentication} from 'auth-lib-demo-rust';

const auth = async () => {
  try {
    await init();
    const imageCrop = cropImage.authentication("user", "password", "path/auth");
  } catch (e) {
    console.log(e);
  }
};
0.1.5

12 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago