- BREAKING: You don't have to register this module in
app.module.ts
anymore. - BREAKING:
@OAuth2Model
is deprecated in favor of@Injectable
, meanwhile you should usemodelClass
to specify a model service for oauth2-server. Now you can inject database repository in oauth model service.