ut-auth-utils
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -10,3 +10,3 @@ { | ||
"description": "Authenticate into UT Austin applications and retreive session cookies so you can make your own programatic API requests.", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"main": "dist/auth-utils.js", | ||
@@ -13,0 +13,0 @@ "scripts": { |
@@ -7,7 +7,11 @@ # ut-auth-utils | ||
A local copy of Chrome is not installed to keep things lean. **TODO**: Optionally allow installation of local Chrome binary. | ||
A local copy of Chrome is not installed to keep things lean. | ||
**TODO**: Optionally allow installation of local Chrome binary. | ||
## Install | ||
`$ npm i @an-gg/ut-auth-utils` | ||
```sh | ||
$ npm i ut-auth-utils | ||
``` | ||
@@ -17,3 +21,3 @@ ## Usage | ||
```ts | ||
import { chromeProgrammaticAuthentication, UT_DIRECT_URL } from '@an-gg/ut-auth-utils' | ||
import { chromeProgrammaticAuthentication, UT_DIRECT_URL } from 'ut-auth-utils' | ||
@@ -20,0 +24,0 @@ let cookies = await chromeProgrammaticAuthentication('UT EID', 'password', UT_DIRECT_URL); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
43
12414