Bitcoin Forum
May 06, 2024, 01:46:56 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 [8]  All
  Print  
Author Topic: [BIP][Draft] BitID - "Connect with Bitcoin" protocol  (Read 22684 times)
CIYAM
Legendary
*
Offline Offline

Activity: 1890
Merit: 1075


Ian Knowles - CIYAM Lead Developer


View Profile WWW
January 21, 2015, 05:09:05 AM
 #141

Video is a bit of a problem for me - is there a written reference of what you did?

With CIYAM anyone can create 100% generated C++ web applications in literally minutes.

GPG Public Key | 1ciyam3htJit1feGa26p2wQ4aw6KFTejU
Even if you use Bitcoin through Tor, the way transactions are handled by the network makes anonymity difficult to achieve. Do not expect your transactions to be anonymous unless you really know what you're doing.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715003216
Hero Member
*
Offline Offline

Posts: 1715003216

View Profile Personal Message (Offline)

Ignore
1715003216
Reply with quote  #2

1715003216
Report to moderator
1715003216
Hero Member
*
Offline Offline

Posts: 1715003216

View Profile Personal Message (Offline)

Ignore
1715003216
Reply with quote  #2

1715003216
Report to moderator
lonelyminer (Peter Šurda)
Donator
Hero Member
*
Offline Offline

Activity: 544
Merit: 500


View Profile
January 21, 2015, 08:54:47 AM
 #142

Video is a bit of a problem for me - is there a written reference of what you did?
I typed "ssh localhost", it displayed a QR code and I used my phone (with skubit BitID client) to scan and authenticate it.

In the second attempt, I copy&pasted the BitID URL into a browser, replaced "bitid://" with "http://", the QR code showed in the browser instead of the terminal and I also scanned & authenticated.

Sorry the video is fuzzy.
CIYAM
Legendary
*
Offline Offline

Activity: 1890
Merit: 1075


Ian Knowles - CIYAM Lead Developer


View Profile WWW
January 21, 2015, 09:12:26 AM
 #143

Thanks - very interesting.

With CIYAM anyone can create 100% generated C++ web applications in literally minutes.

GPG Public Key | 1ciyam3htJit1feGa26p2wQ4aw6KFTejU
human
Full Member
***
Offline Offline

Activity: 197
Merit: 100


View Profile
February 26, 2015, 12:57:36 PM
 #144

A oAuth bitId server would be nice to be able to integrate with existing apps who support oAuth without the need to learn another auth flow. Anybody working on this maybe?

Let's crowdfund one.
EricKennedy (OP)
Sr. Member
****
Offline Offline

Activity: 360
Merit: 250

CEO, Ledger


View Profile WWW
April 01, 2015, 10:46:11 AM
 #145

Ledger Wallet (hardware wallet) supports BitID.
Video demonstration here: https://www.youtube.com/watch?v=6vGxgLB6Y0w

Code is pretty straightforward:

Code:
<script src="http//www.ledgerwallet.com/lib/ledger.js"></script>

<button class="btn btn-success" type="button"
  onclick="Ledger.bitid('BITID_URL')">
  Login with your Ledger Wallet
</button>

<script>
  Ledger.init({ callback: function() {} });
</script>

xchrix
Hero Member
*****
Offline Offline

Activity: 905
Merit: 1001



View Profile
April 01, 2015, 05:27:22 PM
 #146

nice ledgerwallet!
Pages: « 1 2 3 4 5 6 7 [8]  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!