wstrange / GoogleAuth

Google Authenticator Server side code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there any way to generate more than 5 scratch codes using wstrange google auth library.

ranjanverma-zz opened this issue · comments

If we need more than 5 scratch codes then is there any way to customize scratch codes size in wstrange google auth library. We went through the code but this field is private static final int SCRATCH_CODES = 5; and we did not find any way to configure it.

I will have a look at it.