Skip to content

Releases: fossapps/Micro.Auth

v3.0.0

04 Jul 13:03
c039433
Compare
Choose a tag to compare

3.0.0 (2021-07-04)

Features

  • auth: add login and refresh mutation (ec5cef7)

BREAKING CHANGES

  • auth: Older rest endpoint to login and refresh removed

v2.2.2

26 Jun 11:43
c330738
Compare
Choose a tag to compare

2.2.2 (2021-06-26)

Bug Fixes

  • di: add args to requirePermission (34f8c74)

v2.2.1

26 Jun 11:31
9d5dcdb
Compare
Choose a tag to compare

2.2.1 (2021-06-26)

Bug Fixes

  • di: add requirePermissionVisitor to di (8919f90)

v2.2.0

26 Jun 11:00
a5c76de
Compare
Choose a tag to compare

2.2.0 (2021-06-26)

Features

  • directive: add require permission directive (ef721d2)

v2.1.2

05 Jun 17:17
b87b486
Compare
Choose a tag to compare

2.1.2 (2021-06-05)

Bug Fixes

  • gql: fix resolve reference error (aacc1da)

v2.1.1

05 Jun 15:57
1393d03
Compare
Choose a tag to compare

2.1.1 (2021-06-05)

Bug Fixes

  • userId: fix user not found error (3d6350f)

v2.1.0

03 Jun 17:07
9ec3e09
Compare
Choose a tag to compare

2.1.0 (2021-06-03)

Features

  • auth: add service accounts (18de4c9)

v2.0.1

03 Jun 09:06
f8435b1
Compare
Choose a tag to compare

2.0.1 (2021-06-03)

Bug Fixes

  • auth: authorize directive (ea35c49)

v2.0.0

30 May 15:52
b87de29
Compare
Choose a tag to compare

2.0.0 (2021-05-30)

Features

BREAKING CHANGES

  • GraphQL: Most of the old endpoints are now removed and need to be accessed through GraphQL, logic however remains unchanged with exception of return types.

v1.8.2

23 May 14:40
Compare
Choose a tag to compare

1.8.2 (2021-05-23)

Bug Fixes