UNPKG
@iden3/js-iden3-auth
Version:
latest (1.12.2)
1.12.2
1.12.0
1.11.0
1.10.3
1.10.2
1.10.1
1.10.0
1.9.0
1.8.0
1.6.0
1.5.0
1.4.0
1.3.3
1.3.2
1.3.1
1.3.0
1.2.0
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-beta.13
1.0.0-beta.12
1.0.0-beta.11
1.0.0-beta.10
1.0.0-beta.9
1.0.0-beta.7
1.0.0-beta.6
1.0.0-beta.5
1.0.0-beta.4
1.0.0-beta.3
1.0.0-beta.2
1.0.0-beta.1
1.0.0-beta.0
0.1.6
0.1.5
0.1.4
0.1.3
0.1.3-intermediate
0.1.2
0.1.1
iden3-auth implementation in JavaScript
github.com/iden3/js-iden3-auth
iden3/js-iden3-auth
@iden3/js-iden3-auth
/
dist
/
node
/
esm
/
circuits
/
auth.js
5 lines
(4 loc)
•
180 B
JavaScript
View Raw
1
2
3
4
5
import
{
AuthPubSignalsV2
}
from
'./authV2.js'
;
// This class should be used for auth circuits (authV2/authV3/authV3_8_32)
export
class
AuthPubSignals
extends
AuthPubSignalsV2
{ }