forked from XRPL-Labs/XummPkce
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9d7fb4b
commit 332ac7f
Showing
4 changed files
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous"> | ||
</head> | ||
<body> | ||
<div class="container"> | ||
<div class="container mt-2 pb-4"> | ||
<h1>Xumm Web2/Web3</h1> | ||
<h3>OAuth2 / PKCE samples</h3> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,14 +7,16 @@ | |
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous"> | ||
</head> | ||
<body> | ||
<div class="container"> | ||
<div class="container mt-2 pb-4"> | ||
<h1>Xumm Web3 demo</h1> | ||
<h3>Simple <code class="fw-bold">jsmodule</code> with <b>sign request</b></h3> | ||
<h2 class="mt-3 h4 alert alert-primary text-center shadow mb-5" id="sub">... (please sign in)</h2> | ||
|
||
<button class="btn mb-3 btn-primary" id="auth">Auth</button> | ||
<button class="btn mb-3 btn-info" style="display: none;" id="signrequest">Sample Payment (Sign request)</button> | ||
<button class="btn mb-3 btn-danger" style="display: none;" id="logout">Logout</button> | ||
|
||
<a href="https://github.com/XRPL-Labs/XummPkce/blob/main/sample/jsmodule-payload.html" class="d-block mt-3 mb-4" target="_blank">Source on Github</a> | ||
</div> | ||
|
||
<script type="module"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters