[![logo][]](https://xylabs.com)

# @xylabs/libauth

[![npm][npm-badge]][npm-link]
[![license][license-badge]][license-link]

> Base functionality used throughout XY Labs TypeScript/JavaScript libraries

## Install

Using npm:

```sh
npm install {{name}}
```

Using yarn:

```sh
yarn add {{name}}
```

Using pnpm:

```sh
pnpm add {{name}}
```

Using bun:

```sh
bun add {{name}}
```


## License

See the [LICENSE](LICENSE) file for license rights and limitations (LGPL-3.0-only).

## Reference

### packages

  ### libauth

    ### .temp-typedoc

      ### variables

        ### <a id="libauth"></a>libauth

[**@xylabs/libauth**](#../README)

***

```ts
const libauth: 1 = 1;
```

## Deprecated

use actual libauth instead

## Credits

[Made with 🔥 and ❄️ by XY Labs](https://xylabs.com)

[npm-badge]: https://img.shields.io/npm/v/@xylabs/libauth.svg
[npm-link]: https://www.npmjs.com/package/@xylabs/libauth
[license-badge]: https://img.shields.io/npm/l/@xylabs/libauth.svg
[license-link]: https://github.com/xylabs/sdk-js/blob/main/LICENSE
[logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg
