Skip to content

0.1.0

Latest
Compare
Choose a tag to compare
@helsonxiao helsonxiao released this 26 Feb 14:53
  • 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 use modelClass to specify a model service for oauth2-server. Now you can inject database repository in oauth model service.