0.1.5 • Published 2 years ago

auth-lib-demo-rust v0.1.5

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

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago