samdjstevens / java-totp

A java library for implementing Time-based One Time Passwords for Multi-Factor Authentication.
MIT License
422 stars 103 forks source link

spring.factories not working on Spring Boot 3 #52

Closed ninhthuanntnt closed 1 year ago

ninhthuanntnt commented 1 year ago

Because Auto Config is not working. So we need manually import the auto config class. @ImportAutoConfiguration(TotpAutoConfiguration.class)