Skip to content

Commit

Permalink
add Sigauth component
Browse files Browse the repository at this point in the history
  • Loading branch information
Dolu89 committed Jul 9, 2023
1 parent 23863c9 commit 60c967d
Show file tree
Hide file tree
Showing 5 changed files with 493 additions and 7 deletions.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
</head>
<body>
<div style="border:1px solid black;padding: 10px;">
<zerologin-auth url="https://login.zerologin.co" public-id="d595aad5-4593-4a36-980e-42e0e8a447c1"></zerologin-auth>
<zerologin-sigauth url="http://localhost:3333" public-id="8211676a-6011-4873-8823-e9b387ac480b"></zerologin-auth>
<!-- <zerologin-auth url="https://login.zerologin.co" public-id="d595aad5-4593-4a36-980e-42e0e8a447c1"></zerologin-auth> -->
</div>
<script type="module" src="/src/main.ts"></script>
</body>
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@zerologin/elements",
"description": "Zerologin auth web component",
"version": "0.0.9-beta",
"description": "Zerologin auth web components",
"version": "0.0.10-beta",
"private": false,
"files": [
"dist/"
Expand Down Expand Up @@ -33,10 +33,13 @@
"dependencies": {
"awesome-qr": "^2.1.5-rc.0",
"ky": "^0.31.3",
"peerjs": "^1.4.7",
"simple-peer": "^9.11.1",
"vue": "^3.2.37"
},
"devDependencies": {
"@dolu/vite-plugin-fonts": "^0.6.0",
"@types/simple-peer": "^9.11.5",
"@vitejs/plugin-vue": "^3.1.0",
"sass": "^1.55.0",
"typescript": "^4.6.4",
Expand Down
Loading

0 comments on commit 60c967d

Please sign in to comment.