auth-lib-demo-rust
v0.1.5
Published
SDK for Authentication
Readme
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);
}
};