Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / lifeomic/app-tools issues and pull requests
#100 - chore(deps): bump ws from 5.2.3 to 5.2.4
Pull Request -
State: closed - Opened by dependabot[bot] 5 months ago
Labels: dependencies
#99 - chore(deps): bump tar from 6.2.0 to 6.2.1
Pull Request -
State: closed - Opened by dependabot[bot] 8 months ago
Labels: dependencies
#98 - chore(deps): bump follow-redirects from 1.15.4 to 1.15.6
Pull Request -
State: closed - Opened by dependabot[bot] 9 months ago
Labels: dependencies
#97 - chore(deps): bump axios from 0.27.2 to 0.28.0
Pull Request -
State: closed - Opened by dependabot[bot] 9 months ago
- 1 comment
Labels: dependencies
#96 - chore(deps): bump ip from 2.0.0 to 2.0.1
Pull Request -
State: closed - Opened by dependabot[bot] 9 months ago
Labels: dependencies
#95 - chore(deps): bump follow-redirects from 1.15.1 to 1.15.4
Pull Request -
State: closed - Opened by dependabot[bot] 11 months ago
- 1 comment
Labels: dependencies, released
#94 - chore(deps): bump axios from 0.27.2 to 1.6.0
Pull Request -
State: closed - Opened by dependabot[bot] about 1 year ago
- 2 comments
Labels: dependencies
#93 - Update fsevents to fix MacOS vuln
Pull Request -
State: closed - Opened by DavidTanner over 1 year ago
- 2 comments
Labels: released
#92 - chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1
Pull Request -
State: closed - Opened by dependabot[bot] almost 2 years ago
- 1 comment
Labels: dependencies, released
#91 - fix: use cookie const string everywhere
Pull Request -
State: closed - Opened by nicolls1 almost 2 years ago
- 2 comments
Labels: released
#90 - chore(deps): bump qs from 6.5.2 to 6.5.3
Pull Request -
State: closed - Opened by dependabot[bot] almost 2 years ago
- 1 comment
Labels: dependencies, released
#89 - fix: use correct client for signup methods
Pull Request -
State: closed - Opened by jkdowdle almost 2 years ago
#88 - chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2
Pull Request -
State: closed - Opened by dependabot[bot] almost 2 years ago
Labels: dependencies
#87 - fix: correct signup response type
Pull Request -
State: closed - Opened by jkdowdle about 2 years ago
- 2 comments
Labels: released
#86 - feat: make username not required in signup method
Pull Request -
State: closed - Opened by jkdowdle about 2 years ago
- 2 comments
Labels: released
#85 - chore: improve phone number init signup param doc
Pull Request -
State: closed - Opened by jkdowdle about 2 years ago
- 1 comment
Labels: released
#84 - feat: add confirm signup method
Pull Request -
State: closed - Opened by jkdowdle about 2 years ago
- 7 comments
Labels: released
#83 - feat: add initiate signup method
Pull Request -
State: closed - Opened by jkdowdle about 2 years ago
- 1 comment
Labels: released
#82 - chore(deps): bump minimatch from 3.0.4 to 3.1.2
Pull Request -
State: closed - Opened by dependabot[bot] about 2 years ago
- 1 comment
Labels: dependencies, released
#81 - feat: add clientId to login-methods request
Pull Request -
State: closed - Opened by swain about 2 years ago
#80 - chore: add basic usage example for APIBasedAuth
Pull Request -
State: closed - Opened by swain about 2 years ago
- 1 comment
#79 - refactor: use setTokens method when interacting with the store for tokens
Pull Request -
State: closed - Opened by jkdowdle over 2 years ago
#78 - Add setTokens method to api based auth
Pull Request -
State: closed - Opened by jkdowdle over 2 years ago
- 1 comment
Labels: released
#77 - AUTOGENERATED: Add or Update code scanning workflow.
Pull Request -
State: closed - Opened by loscm over 2 years ago
- 1 comment
#76 - feat: add a getAccessToken public method to APIBasedAuth
Pull Request -
State: closed - Opened by virdesai over 2 years ago
- 2 comments
Labels: released
#75 - test: small removal of unused test code
Pull Request -
State: closed - Opened by virdesai over 2 years ago
- 1 comment
Labels: released
#74 - fix: remove expiresIn from storageKeys and add some tests for coverage
Pull Request -
State: closed - Opened by virdesai over 2 years ago
- 4 comments
Labels: released
#73 - fix: make types for clientOptions accurate
Pull Request -
State: closed - Opened by virdesai over 2 years ago
- 2 comments
Labels: released
#72 - fix: make storage less specific
Pull Request -
State: closed - Opened by virdesai over 2 years ago
- 1 comment
Labels: released
#71 - fix: convert default keys to enum and export them for client usage
Pull Request -
State: closed - Opened by virdesai over 2 years ago
- 2 comments
#70 - fix: stop storing tokenType
Pull Request -
State: closed - Opened by swain over 2 years ago
- 6 comments
Labels: released
#69 - PRVT-65: add redeemCustomAppCode method to APIBasedAuth
Pull Request -
State: closed - Opened by swain over 2 years ago
- 3 comments
Labels: released
#68 - fix: add null type to storage options as some storage libraries may return null on get requests
Pull Request -
State: closed - Opened by virdesai over 2 years ago
- 1 comment
Labels: released
#67 - docs(APIBasedAuth): add jsdoc for getLoginMethods function and change arg name
Pull Request -
State: closed - Opened by virdesai over 2 years ago
- 2 comments
Labels: released
#66 - PRVT-6: add call for getLoginMethods
Pull Request -
State: closed - Opened by virdesai over 2 years ago
- 2 comments
Labels: released
#65 - feat: adopt semantic-release
Pull Request -
State: closed - Opened by swain over 2 years ago
- 1 comment
Labels: released
#64 - add customization to storage keys for APIBaseAuth and up code coverage globally to 100%
Pull Request -
State: closed - Opened by virdesai over 2 years ago
- 2 comments
Labels: released
#63 - PRVT-6: removing formatAxiosError and try-catch blocks to utilize defaults passed back from the API
Pull Request -
State: closed - Opened by virdesai over 2 years ago
- 1 comment
Labels: released
#62 - PRVT-6: implement auth storage for session and token values
Pull Request -
State: closed - Opened by virdesai over 2 years ago
- 3 comments
Labels: released
#61 - LO-8132: initial centralization of some auth logic into app-tools for shared usage
Pull Request -
State: closed - Opened by virdesai over 2 years ago
- 2 comments
Labels: released
#60 - Bump async from 2.6.1 to 2.6.4
Pull Request -
State: closed - Opened by dependabot[bot] over 2 years ago
- 1 comment
Labels: dependencies, released
#59 - Bump minimist from 1.2.5 to 1.2.6
Pull Request -
State: closed - Opened by dependabot[bot] over 2 years ago
- 1 comment
Labels: dependencies, released
#58 - Bump ajv from 6.6.2 to 6.12.6
Pull Request -
State: closed - Opened by dependabot[bot] almost 3 years ago
- 2 comments
Labels: dependencies, released
#57 - [AUTOMATED] Update `release.yaml` with npm environment
Pull Request -
State: closed - Opened by swain almost 3 years ago
- 2 comments
Labels: released
#56 - [AUTOMATED] Update `release.yaml` with npm environment
Pull Request -
State: closed - Opened by swain almost 3 years ago
- 2 comments
#55 - [AUTOMATED] Update `release.yaml` with npm environment
Pull Request -
State: closed - Opened by swain almost 3 years ago
#54 - Make options argument to startAutomaticTokenRefresh optional
Pull Request -
State: closed - Opened by mdlavin almost 3 years ago
- 1 comment
Labels: released
#53 - v2.3.3
Pull Request -
State: closed - Opened by kurtsmurf almost 3 years ago
- 1 comment
Labels: released
#52 - Preserve query params in login redirect uri
Pull Request -
State: closed - Opened by kurtsmurf almost 3 years ago
#51 - Bump tmpl from 1.0.4 to 1.0.5
Pull Request -
State: closed - Opened by dependabot[bot] about 3 years ago
Labels: dependencies
#50 - Bump tar from 4.4.15 to 4.4.19
Pull Request -
State: closed - Opened by dependabot[bot] about 3 years ago
Labels: dependencies
#49 - Bump path-parse from 1.0.6 to 1.0.7
Pull Request -
State: closed - Opened by dependabot[bot] over 3 years ago
Labels: dependencies
#48 - Bump ws from 5.2.2 to 5.2.3
Pull Request -
State: closed - Opened by dependabot[bot] over 3 years ago
Labels: dependencies
#47 - Bump tar from 4.4.8 to 4.4.15
Pull Request -
State: closed - Opened by dependabot[bot] over 3 years ago
Labels: dependencies
#46 - AUTOGENERATED: Replace Old Code Scanning Workflow with Updated Version
Pull Request -
State: closed - Opened by joedimarzio over 3 years ago
#45 - Bump lodash from 4.17.19 to 4.17.21
Pull Request -
State: closed - Opened by dependabot[bot] over 3 years ago
Labels: dependencies
#44 - Bump hosted-git-info from 2.7.1 to 2.8.9
Pull Request -
State: closed - Opened by dependabot[bot] over 3 years ago
Labels: dependencies
#43 - Bump handlebars from 4.7.6 to 4.7.7
Pull Request -
State: closed - Opened by dependabot[bot] over 3 years ago
Labels: dependencies
#42 - Bump y18n from 3.2.1 to 3.2.2
Pull Request -
State: closed - Opened by dependabot[bot] over 3 years ago
Labels: dependencies
#41 - 2.3.2
Pull Request -
State: closed - Opened by xdumaine over 3 years ago
#40 - fix: token.exipresIn expects a concrete Date or a number *in seconds*…
Pull Request -
State: closed - Opened by xdumaine over 3 years ago
#39 - 2.3.1
Pull Request -
State: closed - Opened by xdumaine over 3 years ago
#38 - fix: logout uri should support a uri with existing query params
Pull Request -
State: closed - Opened by xdumaine over 3 years ago
#37 - 2.3.0
Pull Request -
State: closed - Opened by xdumaine almost 4 years ago
#36 - [CON-1330] Add support for a login redirect
Pull Request -
State: closed - Opened by xdumaine almost 4 years ago
#35 - [CON-1330] Add support for document cookie for interop with phc-login
Pull Request -
State: closed - Opened by xdumaine almost 4 years ago
- 3 comments
#34 - 2.2.1
Pull Request -
State: closed - Opened by xdumaine almost 4 years ago
#33 - Make sure app is built before publishing
Pull Request -
State: closed - Opened by xdumaine almost 4 years ago
#32 - 2.2.0
Pull Request -
State: closed - Opened by xdumaine almost 4 years ago
#31 - convert from travis to github workflows
Pull Request -
State: closed - Opened by xdumaine almost 4 years ago
#30 - [LO-7343] Add ability to initiate global signout
Pull Request -
State: closed - Opened by xdumaine almost 4 years ago
#29 - 2.1.0
Pull Request -
State: closed - Opened by xdumaine almost 4 years ago
#28 - Remove the token from storage on a refresh error
Pull Request -
State: closed - Opened by xdumaine almost 4 years ago
#27 - Bump ini from 1.3.5 to 1.3.7
Pull Request -
State: closed - Opened by dependabot[bot] almost 4 years ago
Labels: dependencies
#26 - AUTOGENERATED: Code Scanning Workflow Updates
Pull Request -
State: closed - Opened by joedimarzio about 4 years ago
#25 - autogenerated: add code scanning workflow v2
Pull Request -
State: closed - Opened by joedimarzio about 4 years ago
#24 - autogenerated: add code scanning workflow
Pull Request -
State: closed - Opened by joedimarzio about 4 years ago
#23 - Add Code Scanning Workflow
Pull Request -
State: closed - Opened by joedimarzio about 4 years ago
- 1 comment
#22 - Bump handlebars from 4.0.12 to 4.7.6
Pull Request -
State: closed - Opened by dependabot[bot] about 4 years ago
Labels: dependencies
#21 - Bump lodash from 4.17.11 to 4.17.19
Pull Request -
State: closed - Opened by dependabot[bot] over 4 years ago
Labels: dependencies
#20 - Bump acorn from 5.7.3 to 5.7.4
Pull Request -
State: closed - Opened by dependabot[bot] over 4 years ago
Labels: dependencies
#19 - Use temporary fork of client-oauth2 to loosen up pathname check..
Pull Request -
State: closed - Opened by Druotic almost 5 years ago
- 1 comment
#18 - Add CHANGELOG.md
Pull Request -
State: closed - Opened by Druotic almost 5 years ago
#17 - Add auto-changelog + husky for automatic CHANGELOG updates on push
Pull Request -
State: closed - Opened by Druotic almost 5 years ago
#16 - Bump handlebars from 4.0.12 to 4.5.3
Pull Request -
State: closed - Opened by dependabot[bot] almost 5 years ago
- 1 comment
Labels: dependencies
#15 - Bump mixin-deep from 1.3.1 to 1.3.2
Pull Request -
State: closed - Opened by dependabot[bot] almost 5 years ago
Labels: dependencies
#14 - Bump js-yaml from 3.12.0 to 3.13.1
Pull Request -
State: closed - Opened by dependabot[bot] about 5 years ago
Labels: dependencies
#13 - Switch to base64 encoding for state query param parsing consistency
Pull Request -
State: closed - Opened by danperkins over 5 years ago
#12 - Query param passthrough update
Pull Request -
State: closed - Opened by danperkins over 5 years ago
- 1 comment
#11 - Fixing errors for empty state object, and stale refresh tokens
Pull Request -
State: closed - Opened by danperkins almost 6 years ago
#10 - Add deep link support via state pathname parameter
Pull Request -
State: closed - Opened by danperkins almost 6 years ago
#9 - Docs & lint cleanup
Pull Request -
State: closed - Opened by markdlv almost 6 years ago
#8 - Allow for acccount, projectId, and cohortId to be passed via queryString
Pull Request -
State: closed - Opened by markdlv almost 6 years ago
- 1 comment
#7 - Added token storage and hydration
Pull Request -
State: closed - Opened by dmiller9911 almost 6 years ago
- 2 comments
#6 - Allow for application state to be passed through auth
Issue -
State: closed - Opened by markdlv almost 6 years ago
- 1 comment
#5 - Add hydration from storage
Issue -
State: closed - Opened by dmiller9911 almost 6 years ago
- 1 comment
#4 - Project cleanup for travis build
Pull Request -
State: closed - Opened by markdlv almost 6 years ago
#3 - Build and publish
Pull Request -
State: closed - Opened by markdlv almost 6 years ago
#2 - Move test files to test folder
Pull Request -
State: closed - Opened by markdlv almost 6 years ago
#1 - Initial commit
Pull Request -
State: closed - Opened by markdlv almost 6 years ago