osin-mongo-storage icon indicating copy to clipboard operation
osin-mongo-storage copied to clipboard

MongoDB storage for OSIN

Results 4 osin-mongo-storage issues
Sort by recently updated
recently updated
newest added

Hi, Great project :) I was trying to integrate with some code of mine and I got cannot use mongo.Conn() (type *"gopkg.in/mgo.v2".Session) as type "labix.org/v2/mgo". I had trouble in the...

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...

Will osin-mongo-storage work with the latest osin?

Hello The mongo storage uses this to save accesses, authorizations and clients: ``` UpsertId(data.Code, data) ``` But it does not work for me. (mongodb 2.4.9) It does not save data.Code...