This website requires JavaScript.
Explore
Help
Register
Sign In
RPJosh
/
authelia
Watch
1
Star
0
Fork
You've already forked authelia
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e947fed979
authelia
/
test
/
server
/
mocks
/
speakeasy.ts
8 lines
106 B
TypeScript
Raw
Blame
History
import
sinon
=
require
(
"sinon"
)
;
export
=
{
totp
:
sinon.stub
(
)
,
generateSecret
:
sinon.stub
(
)
}
;
Reference in New Issue
View Git Blame
Copy Permalink