0.1.2 • Published 2 years ago

cashlogin v0.1.2

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

JS Cash Login

alt text

You can get token on localStorage -> localStorage.getItem("token_cash")

Installation

Usage

<!DOCTYPE html>
<head>
  <meta charset="UTF-8">
  <meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no'>
  <title>Cash OAuth2 Login</title>

</head>
<body>
 <!-- Button Cash  attr  test or live  -->
  <CashLogin  Mode='test'></CashLogin>




        <script src="https://cdn.jsdelivr.net/npm/cashlogin@0.1.2/index.js"></script>
 <!-- after login Cash  you can get token for localStorage -->
<script>
  console.log(localStorage.getItem("token_cash"));
  </script>


</body>