osin-mongo-storage
osin-mongo-storage copied to clipboard
Failed by osin.Client
Due to the upgrade of osin.Client, mongo would fail to load osin.Client, throwing following error
reflect.Set: value of type bson.M is not assignable to type osin.Client
It's awkward to deal with specific interface storage in any storage instead of memory. Any good way to tackle this problem?