jbgtmartin

Results 2 issues of jbgtmartin

### Context I have an app which downloads video files (.mp4) from AWS, stores them locally, and plays them using an HTML5 video tag. ### Issue When the app loads...

Hi, I think that in the [typings](https://github.com/perfood/couch-auth/blob/52670f146f856a31e78224dbd10dad4829d9ff19/src/types/typings.ts) the type of `SlLoginSession.profile` should be `any` instead of `string`. `SlUserDoc.profile` is of type `any` (which I think is correct), and `SlLoginSession.profile` is...