1.1.0 • Published 2 years ago

cash_login_ye v1.1.0

Weekly downloads
-
License
ISC
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  scope='test'></CashLogin>
 

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


</body>
1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago