Update winklogin.module.js version
- Update version in package.json
- Update version at the bottom in index.ts
Integrating Wink Login
Integrate based on the documentation provided by WinkCloud.
winklogin.module.js can be imported from: https://www.unpkg.com/browse/wink-auth-js/public/winklogin.module.js
This will use the latest available version:
<script src="https://www.unpkg.com/wink-auth-js/public/winklogin.module.js"></script>
For specific version you need to include version in the url (version 1.7.2)
<script
src="https://www.unpkg.com/wink-auth-js@1.7.2/public/winklogin.module.js
"
></script>