corda / accounts

Accounts on Corda
Other
36 stars 38 forks source link

Accounts authentication in Corda's node #84

Open prateektiwari7 opened 4 years ago

prateektiwari7 commented 4 years ago

Hello Corda team.

I have created the Accounts Authentication on Corda node. Please have a look!

https://github.com/prateektiwari7/Authorization_In_Corda

It basically allows accounts users to have one Auth token, which can be used to provide user's authentication while signing the transaction.

Best, P7

roger-that-dev commented 4 years ago

Thanks - I'll have a look!