j256 / two-factor-auth

Two Factor Authentication Java code implementing the Time-based One-time Password Algorithm
ISC License
319 stars 110 forks source link

Updated for instructions to work with Java modules. #29

Closed wbeaster closed 2 years ago

wbeaster commented 3 years ago

Added instruction to resolve "package com.j256.twofactorauth is declared in the unnamed module, but module xxxxx does not read it". Sorry if this is a duplicate. This is my first PR.

j256 commented 3 years ago

This seems like a FAQ for Java 9 and not something specific for this package, right?