Skip to content

Commit

Permalink
Merge pull request #774 from Esri/f/new-auth-fns
Browse files Browse the repository at this point in the history
feat(auth): add functions to help with removal of esri_auth cookie
  • Loading branch information
dbouwman committed Nov 10, 2020
2 parents 9dfebbb + 065cb1e commit eb5abae
Show file tree
Hide file tree
Showing 7 changed files with 817 additions and 423 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ notifications:
slack:
secure: KghYpsaoCZB1sPOqk1d+JhfBOkg76Cq8eMK665ozdf484RdPvObqLrxyrt9i+sDMDv/oZT+VuvGXsbHj6R+TUh87r2Yhfizcwvdotc4VTHei4y/oNX6cRhV8ryQox/0j6GClqI43A4kIsuOcUm8pI4FTGOhDQOK7+UDcuvcSa5VR7N7GJ97zfzC9gQtRsbfD5WKY4BEr+KlcWt0KCCbp1+Jh7craEO30ztUl38BuUuW7F1/AykrTX6kgS5E5ssUQ0pJPBlzpjb3G5UEeodzOD9wUBVLIBAbgQsofAPLi0pHeyCCeEOuTxXEo7SD8fG+kBstPlncR+V8goCEBnAJysIvBznUxLjrnxcU7V40g+iTENKwhVTIiZzZN3Z9buJd001MRaWjOTCWX80Ig6oraH8WJk7W1qtKzsDK9Lsp2N9pxNTPASbAQoFDlMCGcWYGixq6IhIAwsk1Pkb689F67vHaES8qMXkIHifB0j7yRMwrHinYFqUYASQOECPNEMJv3iqByXntmMP8X/r3VBujMehGodZ1dnbWvAOdWdEmG3KCVpn42ocKCj6k4WZL62nSxs3W00E1UVPnXujT3ENk/3L/VJE3tRWFCSbR9HnfBSDVA6WaFu4EFDg8WV6fn2T0FHKTBgCtTugQo8bsoyReYZvEU/27O/B+d5/9nqMHqyy4=
node_js:
- "node"
# Currently `npm ci` fails when installing a GH repo dep that has a prepare script that uses a command from a devDependency
# https://github.com/npm/cli/issues/2084 is the issue, it's closed but node has not cut a release yet 11/9/2020
# Will return this once it's resolved
# - "node"
- "lts/*"
- 10
cache: npm
Expand Down
Loading

0 comments on commit eb5abae

Please sign in to comment.