|
1 | 1 | # Changelog |
2 | 2 |
|
3 | 3 |
|
| 4 | +## v1.35.0 |
| 5 | + |
| 6 | +[compare changes](https://github.com/rrd108/nuxt-users/compare/v1.34.7...v1.35.0) |
| 7 | + |
| 8 | +### 🚀 Enhancements |
| 9 | + |
| 10 | +- Implement google authentication ([e830872](https://github.com/rrd108/nuxt-users/commit/e830872)) |
| 11 | +- Add google auth to the playground ([2b43ca0](https://github.com/rrd108/nuxt-users/commit/2b43ca0)) |
| 12 | +- Add migration ([0280eca](https://github.com/rrd108/nuxt-users/commit/0280eca)) |
| 13 | +- Unregistered user gets error message ([eefbdf5](https://github.com/rrd108/nuxt-users/commit/eefbdf5)) |
| 14 | + |
| 15 | +### 🩹 Fixes |
| 16 | + |
| 17 | +- Prevents database connection issues during build ([8a3aa38](https://github.com/rrd108/nuxt-users/commit/8a3aa38)) |
| 18 | +- Add api endpoints to public endpoints ([16aefa9](https://github.com/rrd108/nuxt-users/commit/16aefa9)) |
| 19 | +- Completes Google OAuth user fetch on client ([6c95b94](https://github.com/rrd108/nuxt-users/commit/6c95b94)) |
| 20 | + |
| 21 | +### 📖 Documentation |
| 22 | + |
| 23 | +- Fix github link ([28662ca](https://github.com/rrd108/nuxt-users/commit/28662ca)) |
| 24 | +- Adds Google OAuth authentication ([463c19f](https://github.com/rrd108/nuxt-users/commit/463c19f)) |
| 25 | +- Adds Google OAuth registration ([2e0eebf](https://github.com/rrd108/nuxt-users/commit/2e0eebf)) |
| 26 | + |
| 27 | +### 🏡 Chore |
| 28 | + |
| 29 | +- Lint fix ([8d75930](https://github.com/rrd108/nuxt-users/commit/8d75930)) |
| 30 | +- **release:** V1.34.7 ([b9d061c](https://github.com/rrd108/nuxt-users/commit/b9d061c)) |
| 31 | +- Remove unused files ([8bd3e58](https://github.com/rrd108/nuxt-users/commit/8bd3e58)) |
| 32 | +- Replace googleapis package with google-auth ([0e8e3d4](https://github.com/rrd108/nuxt-users/commit/0e8e3d4)) |
| 33 | +- Fix lint errors ([3ed5bcc](https://github.com/rrd108/nuxt-users/commit/3ed5bcc)) |
| 34 | +- Update lock ([8cd4a97](https://github.com/rrd108/nuxt-users/commit/8cd4a97)) |
| 35 | + |
| 36 | +### ✅ Tests |
| 37 | + |
| 38 | +- Google OAuth authentication ([7d7bd68](https://github.com/rrd108/nuxt-users/commit/7d7bd68)) |
| 39 | +- Add oauth flow test ([b805718](https://github.com/rrd108/nuxt-users/commit/b805718)) |
| 40 | +- Fix db setup ([a097c4a](https://github.com/rrd108/nuxt-users/commit/a097c4a)) |
| 41 | +- Replace smoke test with middleware test ([7ee1893](https://github.com/rrd108/nuxt-users/commit/7ee1893)) |
| 42 | +- Add security checks ([a206962](https://github.com/rrd108/nuxt-users/commit/a206962)) |
| 43 | +- Fix ts errors ([d7e6c61](https://github.com/rrd108/nuxt-users/commit/d7e6c61)) |
| 44 | + |
| 45 | +### ❤️ Contributors |
| 46 | + |
| 47 | +- Rrd108 ([@rrd108](https://github.com/rrd108)) |
| 48 | + |
4 | 49 | ## v1.34.7 |
5 | 50 |
|
6 | 51 | [compare changes](https://github.com/rrd108/nuxt-users/compare/v1.34.6...v1.34.7) |
|
0 commit comments