mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #513] [MERGED] Auth #2669
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#2669
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/513
Author: @liyasthomas
Created: 1/22/2020
Status: ✅ Merged
Merged: 1/23/2020
Merged by: @liyasthomas
Base:
master← Head:auth📝 Commits (10+)
8ae5dbcFixed proxying through the firefox extensionfb4554a🎉 Initial Auth19a2323♻️ Lintc7e5fc4✨ Moved inputform and feed to indexa852432🎨 Minor UI stylings29e96dd✨ Delete data8bc1df9✨ Show logged in user image01a890b♻️ Refactor40e05a0✨ Account setting on setting page43d95a2✏️ Typo📊 Changes
21 files changed (+1821 additions, -55 deletions)
View changed files
📝
README.md(+5 -3)📝
assets/css/fonts.scss(+1 -0)📝
assets/css/styles.scss(+1 -0)📝
components/collections/addCollection.vue(+4 -0)📝
components/collections/editCollection.vue(+4 -0)➕
components/firebase/feeds.vue(+85 -0)➕
components/firebase/inputform.vue(+55 -0)➕
components/firebase/login.vue(+115 -0)📝
components/history.vue(+15 -4)📝
firestore.rules(+8 -1)➕
functions/fb.js(+165 -0)📝
functions/network.js(+6 -1)➕
functions/strategies/ChromeStrategy.js(+56 -0)📝
functions/strategies/FirefoxStrategy.js(+1 -1)📝
lang/en-US.js(+11 -1)📝
layouts/default.vue(+96 -24)📝
package-lock.json(+979 -15)📝
package.json(+2 -0)📝
pages/index.vue(+37 -4)📝
pages/settings.vue(+169 -1)...and 1 more files
📄 Description
Auth is ready for testing 🎉
Preview deploy: https://deploy-preview-513--postwoman.netlify.com
Flow:
fixes #514
fixes #507
fixes #26
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.