Skip to content

Latest commit

 

History

History
62 lines (37 loc) · 2.96 KB

CHANGELOG.md

File metadata and controls

62 lines (37 loc) · 2.96 KB

1.0.4 (2016-09-26)

Features

  • jwt: add validate and attempt methods (46b8bb7), closes #18

1.0.3 (2016-09-13)

Bug Fixes

  • migrations keep exports and class name same

1.0.2 (2016-08-26)

  • Update adonis-fold as peer dependency

1.0.1 (2016-08-26)

  • Update adonis-fold

1.0.0 (2016-06-26)

Bug Fixes

  • case: the folder name should be lowercase(3bfb241)
  • middleware:authinit: inject view when binding to IoC container(56de662)
  • middleware:authinit: make sure currentUser is accessible to all views and requests(3065580)
  • package: remove adonis-fold old dependency and fix package name(b59f754)
  • serializer:database: fix typo errors(6fb2b9f)

Features

  • authenticator:api: add api authenticator(3c9438d)
  • authenticator:basicAuth: implement basic auth authenticator(6b92bea)
  • authenticator:jwt: implement jwt authenticator(7044e93)
  • authenticator:session: implement session authenticator and it's tests(ac0cd62)
  • authmanager: bind auth manager to the Ioc container(53990e7)
  • commands: add command to create migrations and models(eda99f1)
  • commands: add command to create migrations and models(ba80fe1)
  • middleware: add required middleware(831a803)
  • package: add coveralls hook(1e53c45)
  • serializer: add Lucid serializer(8c53318)
  • serializer: initiate Database serializer(eadb70d)
  • serializer:database: add database serializer(6d9313e)
  • serializer:lucid: add methods to retrieve tokens(908d8dc)
  • util: add support for date diff(a489109)