|
3 | 3 | All notable changes to this project will be documented in this file.
|
4 | 4 | See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5 | 5 |
|
6 |
| -## [1.2.2](https://github.com/sclable/nestjs-libs/compare/@sclable/nestjs-auth@1.2.1...@sclable/nestjs-auth@1.2.2) (2022-09-12) |
7 |
| - |
8 |
| -**Note:** Version bump only for package @sclable/nestjs-auth |
| 6 | +## [1.2.3](https://github.com/sclable/nestjs-libs/compare/@sclable/nestjs-auth@1.2.2...@sclable/nestjs-auth@1.2.3) (2024-01-08) |
9 | 7 |
|
| 8 | +### Bug Fixes |
10 | 9 |
|
| 10 | +- **test:** use ReturnType instead of known type ([ecde7af](https://github.com/sclable/nestjs-libs/commit/ecde7af35ac285a24ac4b3edc3229477ca306dcc)) |
11 | 11 |
|
| 12 | +## [1.2.2](https://github.com/sclable/nestjs-libs/compare/@sclable/nestjs-auth@1.2.1...@sclable/nestjs-auth@1.2.2) (2022-09-12) |
12 | 13 |
|
| 14 | +**Note:** Version bump only for package @sclable/nestjs-auth |
13 | 15 |
|
14 | 16 | ## [1.2.1](https://github.com/sclable/nestjs-libs/compare/@sclable/nestjs-auth@1.2.0...@sclable/nestjs-auth@1.2.1) (2022-09-02)
|
15 | 17 |
|
16 |
| - |
17 | 18 | ### Bug Fixes
|
18 | 19 |
|
19 |
| -* **auth:** remove dependency on passport-mock-strategy ([864d1c9](https://github.com/sclable/nestjs-libs/commit/864d1c9f7b5e25e9f28bcbc54cb92c66d49cf32a)) |
20 |
| - |
21 |
| - |
22 |
| - |
23 |
| - |
| 20 | +- **auth:** remove dependency on passport-mock-strategy ([864d1c9](https://github.com/sclable/nestjs-libs/commit/864d1c9f7b5e25e9f28bcbc54cb92c66d49cf32a)) |
24 | 21 |
|
25 | 22 | # [1.2.0](https://github.com/sclable/nestjs-libs/compare/@sclable/nestjs-auth@1.1.5...@sclable/nestjs-auth@1.2.0) (2022-06-21)
|
26 | 23 |
|
27 |
| - |
28 | 24 | ### Features
|
29 | 25 |
|
30 |
| -* **auth:** export RequestUser decorator for getting users in requests ([2208123](https://github.com/sclable/nestjs-libs/commit/2208123c228ad1c9b514ef2fd7e536567e78448e)) |
31 |
| - |
32 |
| - |
33 |
| - |
34 |
| - |
| 26 | +- **auth:** export RequestUser decorator for getting users in requests ([2208123](https://github.com/sclable/nestjs-libs/commit/2208123c228ad1c9b514ef2fd7e536567e78448e)) |
35 | 27 |
|
36 | 28 | ## [1.1.5](https://github.com/sclable/nestjs-libs/compare/@sclable/nestjs-auth@1.1.4...@sclable/nestjs-auth@1.1.5) (2022-06-03)
|
37 | 29 |
|
38 | 30 | **Note:** Version bump only for package @sclable/nestjs-auth
|
39 | 31 |
|
40 |
| - |
41 |
| - |
42 |
| - |
43 |
| - |
44 | 32 | ## [1.1.4](https://github.com/sclable/nestjs-libs/compare/@sclable/nestjs-auth@1.1.3...@sclable/nestjs-auth@1.1.4) (2022-02-03)
|
45 | 33 |
|
46 | 34 | **Note:** Version bump only for package @sclable/nestjs-auth
|
47 | 35 |
|
48 |
| - |
49 |
| - |
50 |
| - |
51 |
| - |
52 | 36 | ## [1.1.3](https://github.com/sclable/nestjs-libs/compare/@sclable/nestjs-auth@1.1.2...@sclable/nestjs-auth@1.1.3) (2021-11-12)
|
53 | 37 |
|
54 | 38 | **Note:** Version bump only for package @sclable/nestjs-auth
|
55 | 39 |
|
56 |
| - |
57 |
| - |
58 |
| - |
59 |
| - |
60 | 40 | ## [1.1.2](https://github.com/sclable/nestjs-libs/compare/@sclable/nestjs-auth@1.1.1...@sclable/nestjs-auth@1.1.2) (2021-11-11)
|
61 | 41 |
|
62 | 42 | **Note:** Version bump only for package @sclable/nestjs-auth
|
63 | 43 |
|
64 |
| - |
65 |
| - |
66 |
| - |
67 |
| - |
68 | 44 | ## [1.1.1](https://github.com/sclable/nestjs-libs/compare/@sclable/nestjs-auth@1.1.0...@sclable/nestjs-auth@1.1.1) (2021-11-11)
|
69 | 45 |
|
70 | 46 | **Note:** Version bump only for package @sclable/nestjs-auth
|
71 | 47 |
|
72 |
| - |
73 |
| - |
74 |
| - |
75 |
| - |
76 | 48 | # [1.1.0](https://github.com/sclable/nestjs-libs/compare/@sclable/nestjs-auth@1.0.16...@sclable/nestjs-auth@1.1.0) (2021-11-10)
|
77 | 49 |
|
78 |
| - |
79 | 50 | ### Features
|
80 | 51 |
|
81 |
| -* use common async provider library ([dc2f75f](https://github.com/sclable/nestjs-libs/commit/dc2f75f2e44b2aa283bbd3f3de20418604fb48fb)) |
82 |
| - |
83 |
| - |
84 |
| - |
85 |
| - |
| 52 | +- use common async provider library ([dc2f75f](https://github.com/sclable/nestjs-libs/commit/dc2f75f2e44b2aa283bbd3f3de20418604fb48fb)) |
86 | 53 |
|
87 | 54 | ## [1.0.16](https://github.com/sclable/nestjs-libs/compare/@sclable/nestjs-auth@1.0.15...@sclable/nestjs-auth@1.0.16) (2021-11-09)
|
88 | 55 |
|
89 | 56 | **Note:** Version bump only for package @sclable/nestjs-auth
|
90 | 57 |
|
91 |
| - |
92 |
| - |
93 |
| - |
94 |
| - |
95 | 58 | ## [1.0.15](https://github.com/sclable/nestjs-libs/compare/@sclable/nestjs-auth@1.0.14...@sclable/nestjs-auth@1.0.15) (2021-11-04)
|
96 | 59 |
|
97 | 60 | **Note:** Version bump only for package @sclable/nestjs-auth
|
98 | 61 |
|
99 |
| - |
100 |
| - |
101 |
| - |
102 |
| - |
103 | 62 | ## [1.0.14](https://github.com/sclable/nestjs-libs/compare/@sclable/nestjs-auth@1.0.13...@sclable/nestjs-auth@1.0.14) (2021-11-04)
|
104 | 63 |
|
105 | 64 | **Note:** Version bump only for package @sclable/nestjs-auth
|
106 | 65 |
|
107 |
| - |
108 |
| - |
109 |
| - |
110 |
| - |
111 | 66 | ## [1.0.13](https://github.com/sclable/nestjs-libs/compare/@sclable/nestjs-auth@1.0.12...@sclable/nestjs-auth@1.0.13) (2021-10-27)
|
112 | 67 |
|
113 | 68 | **Note:** Version bump only for package @sclable/nestjs-auth
|
114 | 69 |
|
115 |
| - |
116 |
| - |
117 |
| - |
118 |
| - |
119 | 70 | ## [1.0.12](https://github.com/sclable/nestjs-libs/compare/@sclable/nestjs-auth@1.0.11...@sclable/nestjs-auth@1.0.12) (2021-10-25)
|
120 | 71 |
|
121 |
| - |
122 | 72 | ### Bug Fixes
|
123 | 73 |
|
124 |
| -* **auth:** handle @Public() decorator in keycloak guard ([9a7fb8b](https://github.com/sclable/nestjs-libs/commit/9a7fb8b658341daea9a05e05b8eff6ef4a1e9554)) |
125 |
| - |
126 |
| - |
127 |
| - |
128 |
| - |
| 74 | +- **auth:** handle @Public() decorator in keycloak guard ([9a7fb8b](https://github.com/sclable/nestjs-libs/commit/9a7fb8b658341daea9a05e05b8eff6ef4a1e9554)) |
129 | 75 |
|
130 | 76 | ## [1.0.11](https://github.com/sclable/nestjs-libs/compare/@sclable/nestjs-auth@1.0.10...@sclable/nestjs-auth@1.0.11) (2021-10-25)
|
131 | 77 |
|
132 |
| - |
133 | 78 | ### Bug Fixes
|
134 | 79 |
|
135 |
| -* **auth:** fix missing provider ([a4451a5](https://github.com/sclable/nestjs-libs/commit/a4451a5928dcff5364ab10e60d923315279479d7)) |
136 |
| - |
137 |
| - |
138 |
| - |
139 |
| - |
| 80 | +- **auth:** fix missing provider ([a4451a5](https://github.com/sclable/nestjs-libs/commit/a4451a5928dcff5364ab10e60d923315279479d7)) |
140 | 81 |
|
141 | 82 | ## [1.0.10](https://github.com/sclable/nestjs-libs/compare/@sclable/nestjs-auth@1.0.9...@sclable/nestjs-auth@1.0.10) (2021-10-25)
|
142 | 83 |
|
143 |
| - |
144 | 84 | ### Bug Fixes
|
145 | 85 |
|
146 |
| -* **auth:** use direct injection ([8f5ccdc](https://github.com/sclable/nestjs-libs/commit/8f5ccdc71da3584585b9376ce81531c627b02b0c)) |
147 |
| - |
148 |
| - |
149 |
| - |
150 |
| - |
| 86 | +- **auth:** use direct injection ([8f5ccdc](https://github.com/sclable/nestjs-libs/commit/8f5ccdc71da3584585b9376ce81531c627b02b0c)) |
151 | 87 |
|
152 | 88 | ## [1.0.9](https://github.com/sclable/nestjs-libs/compare/@sclable/nestjs-auth@1.0.8...@sclable/nestjs-auth@1.0.9) (2021-10-25)
|
153 | 89 |
|
154 |
| - |
155 | 90 | ### Bug Fixes
|
156 | 91 |
|
157 |
| -* **auth:** fix decorator order ([be79be7](https://github.com/sclable/nestjs-libs/commit/be79be74db10a639d300d82e167a3f911be6e915)) |
158 |
| - |
159 |
| - |
160 |
| - |
161 |
| - |
| 92 | +- **auth:** fix decorator order ([be79be7](https://github.com/sclable/nestjs-libs/commit/be79be74db10a639d300d82e167a3f911be6e915)) |
162 | 93 |
|
163 | 94 | ## 1.0.8 (2021-10-25)
|
164 | 95 |
|
165 |
| - |
166 | 96 | ### Bug Fixes
|
167 | 97 |
|
168 |
| -* **auth:** enable /login endpoint ([1853202](https://github.com/sclable/nestjs-libs/commit/1853202630ae9219ec412c8cddf7b557435ee22a)) |
169 |
| - |
170 |
| - |
171 |
| - |
172 |
| - |
| 98 | +- **auth:** enable /login endpoint ([1853202](https://github.com/sclable/nestjs-libs/commit/1853202630ae9219ec412c8cddf7b557435ee22a)) |
173 | 99 |
|
174 | 100 | ## 1.0.7 (2021-10-25)
|
175 | 101 |
|
176 | 102 | **Note:** Version bump only for package @sclable/nestjs-auth
|
177 | 103 |
|
178 |
| - |
179 |
| - |
180 |
| - |
181 |
| - |
182 | 104 | ## 1.0.6 (2021-10-21)
|
183 | 105 |
|
184 | 106 | **Note:** Version bump only for package @sclable/nestjs-auth
|
185 | 107 |
|
186 |
| - |
187 |
| - |
188 |
| - |
189 |
| - |
190 | 108 | ## 1.0.5 (2021-10-18)
|
191 | 109 |
|
192 | 110 | **Note:** Version bump only for package @sclable/nestjs-auth
|
193 | 111 |
|
194 |
| - |
195 |
| - |
196 |
| - |
197 |
| - |
198 | 112 | ## 1.0.4 (2021-10-11)
|
199 | 113 |
|
200 | 114 | **Note:** Version bump only for package @sclable/nestjs-auth
|
201 | 115 |
|
202 |
| - |
203 |
| - |
204 |
| - |
205 |
| - |
206 | 116 | ## 1.0.3 (2021-10-08)
|
207 | 117 |
|
208 | 118 | **Note:** Version bump only for package @sclable/nestjs-auth
|
209 | 119 |
|
210 |
| - |
211 |
| - |
212 |
| - |
213 |
| - |
214 | 120 | ## 1.0.2 (2021-10-08)
|
215 | 121 |
|
216 | 122 | **Note:** Version bump only for package @sclable/nestjs-auth
|
217 | 123 |
|
218 |
| - |
219 |
| - |
220 |
| - |
221 |
| - |
222 | 124 | ## 1.0.2 (2021-06-11)
|
223 | 125 |
|
224 | 126 | **Note:** Version bump only for package @sclable/nestjs-auth
|
225 | 127 |
|
226 |
| - |
227 |
| - |
228 |
| - |
229 |
| - |
230 | 128 | ## 1.0.1 (2021-06-09)
|
231 | 129 |
|
232 | 130 | **Note:** Version bump only for package @sclable/nestjs-auth
|
0 commit comments