Closed KyleJune closed 3 years ago
Closes https://github.com/udibo/oauth2_server/issues/26
As part of this, I had to change challengeMethods to be async since the Web Crypto API is async. I also moved hashPassword from the example to the AbstractUserService.
Closes https://github.com/udibo/oauth2_server/issues/26
As part of this, I had to change challengeMethods to be async since the Web Crypto API is async. I also moved hashPassword from the example to the AbstractUserService.