Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: login and signup forms, params recuparation, home page and links #1

Merged
merged 18 commits into from
Jun 12, 2021

Conversation

adrienfort
Copy link
Member

@adrienfort adrienfort commented May 5, 2021

Routes - Database - Security

  • 3 routes 🛣️ :

    signup
    login
    dashboard.

  • 5 components :

    Signup
    Login
    Home
    UploadButton
    DownloadButton

  • Links to go to /signup or /login from the homepage.
  • Database :

    key-value (email - docstore.address)
    dosctore: one per user

  • Security & Verifications :

    signup verifications
    login verification
    password encryption
    jsonwebtoken storing email and password
    files encryption when added to ipfs network
    files decryption when get from ipfs network

@adrienfort adrienfort changed the title feat: login and signup forms and params recuparation feat: login and signup forms, params recuparation, home page and links May 5, 2021
@adrienfort adrienfort requested a review from TomChv June 3, 2021 09:20
Copy link
Member

@TomChv TomChv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor errors, you'll learn by experience ;)

You always use import or always require but not both.

src/app/App.js Outdated Show resolved Hide resolved
src/app/App.js Outdated Show resolved Hide resolved
src/app/App.js Outdated Show resolved Hide resolved
src/app/App.js Outdated Show resolved Hide resolved
src/components/Home.js Outdated Show resolved Hide resolved
src/components/forms/Signup.js Outdated Show resolved Hide resolved
src/components/forms/Signup.js Outdated Show resolved Hide resolved
src/components/forms/Signup.js Outdated Show resolved Hide resolved
src/components/forms/Signup.js Outdated Show resolved Hide resolved
src/components/forms/Signup.js Outdated Show resolved Hide resolved
@adrienfort adrienfort merged commit f1304a3 into master Jun 12, 2021
adrienfort added a commit that referenced this pull request Sep 14, 2021
adrienfort added a commit that referenced this pull request May 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants