All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
6.1.1 (2020-07-25)
- types: improve typing of locals (407eb2c)
6.1.0 (2020-06-29)
- analytics: added collectionEnabled option to analytics (5da8a19)
- typo in README (c0158c9)
6.0.1 (2020-06-08)
6.0.0 (2020-06-07)
- messaging: Messaging expects payloads to be delivered according to the new HTTP v1 API.
- auth: add idToken to user's payload (97d8055), closes #202
- firestore: added memoryOnly option to firestore (efde3fe), closes #135
- messaging: implement notificationKey setting (a985f02)
- messaging: migrated to HTTP v1 API for messaging (9c09a26)
- auth: add 127.0.0.1 support (c8b6114), closes #203
- messaging: only pass notificationKey to messaging sw (5958b25)
- types: specify preliminary types (d03799c)
5.2.0 (2020-05-01)
- helpers: helper plugins are now exported as CommonJS instaed of ES6 (806ecce)
- main: move messaging support check below import statement (ca02c10)
- main: remove references to removed session manager template (9bf87a3)
- manager: use common js syntax for module imports/exports (be6ac76)
- module: remove unnecessary deps and simplify options resolution (2501896)
- ssr: avoid using session manager for simple user injection (8f26383)
- ssr: check for req existence in ssr auth calls (675aeed)
- templates: improve type checks for more stability (11d1f25)
- types: update credential option to allow ServiceAccount object (427347d)
- syntax on firebase module (d3da4e9)
5.0.7 (2020-04-06)
- ssr-auth: fixed a regression bug in ssr auth (01411b3)
5.0.6 (2020-03-30)
- auth: move ssrAuth plugin to the bottom of the module (b7d5fe3)
5.0.5 (2020-03-30)
5.0.4 (2020-03-30)
- auth: use plugin instead of middleware for ssr authentication (9171b34)
5.0.3 (2020-03-18)
5.0.2 (2020-03-16)
5.0.1 (2020-03-15)
- module: fix firebase-auth-sw only loaded when serverLogin === true (35c434b)
5.0.0 (2020-03-15)
- auth: moved sessionLifetime configuration key
- auth: moved configuration key
- auth: api changes
- auth: success mutation/action properties removed in lieu of sign in/out mutations/actions
- auth: set user object on res.locals.user as stipulated with @lupas
- auth: finialize server auth after tests (2f829a4)
- auth: implement ignorePaths config for ssr functionality (82a6c2d), closes #87 #117
- auth: implement persistence preset for auth service (b576f23), closes #122
- auth: implement server side authentication (b545b74)
- auth: implement server side client sdk sessions (3e07b01)
- auth: implement sign in/out mutations and actions (4b4800e), closes #118
- auth: simplify auth state changed handler (02b13a2)
-
auth: update createServerMiddleware function to be default export (1d6eb46)
-
auth: update import statement to point to correct file (2e299af)
-
auth: update variable names in render:routeDone (a93ed39)
-
auth: use error logger on auth verification failure (82e1a82)
-
types: augment correct interface in http module (7704581)
-
types: update AuthServiceConfig interface (577c880)
-
types: update server response augmentation (0419d12)
-
types: update types to make ssr options optional (99bfcde)
-
auth: update documentation (316894b)
4.2.2 (2020-03-10)
4.2.1 (2020-03-10)
4.2.0 (2020-03-10)
- add option to add fireStore.settings() in nuxt.config.js (21e32c1)
- updated firebase version for firebase-auth-sw (2d460a8)
4.1.0 (2020-02-28)
- use consola instead of console (1d209d8)