0.1.5 • Published 3 years ago

auth-lib-demo-rust v0.1.5

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years 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

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago