ferrerojosh / nest-keycloak-connect

keycloak-nodejs-connect module for Nest
MIT License
318 stars 123 forks source link

Support nestjs version ^10.0.0 #158

Closed RedWings-R closed 1 year ago

RedWings-R commented 1 year ago

Describe the bug Nest v10 is released now: https://github.com/nestjs/nest/releases/tag/v10.0.0

To Reproduce Steps to reproduce the behavior:

Setup nest v10
Install nest modules nest-keycloak-connect

Expected behavior I've tried a force install and things seem to work fine, so I guess we just have to bump up the versions

image

RedWings-R commented 1 year ago

It looks like #157 fixes the issues.