Skip to content

Commit

Permalink
Finishes the redirect for a functioning login system (#13)
Browse files Browse the repository at this point in the history
* Adds refactoring for code

* adds refactoring for better routes and implements new redirect mechanism

#11

* Adds an handler to store redirectUrl and user data in sessionStorage

* adds register and login endpoints to the server

#7 #11

* #11: adds to client the ability to login and redirect

* #12: Restructures to react-only app

* fixes bugs with connection to phoenix

* fixes bug with redirect for register
  • Loading branch information
utkarsh867 authored Oct 12, 2019
1 parent 54dd588 commit 60ffcbd
Show file tree
Hide file tree
Showing 37 changed files with 7,192 additions and 32,521 deletions.
1 change: 0 additions & 1 deletion .env.sample

This file was deleted.

26 changes: 23 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
node_modules/
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

.idea
.env
.env.prod
# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
22 changes: 0 additions & 22 deletions .travis.yml

This file was deleted.

File renamed without changes.
24 changes: 0 additions & 24 deletions __tests__/integration/app.test.js

This file was deleted.

19 changes: 0 additions & 19 deletions __tests__/unit/auth/generateJWT.test.js

This file was deleted.

14 changes: 0 additions & 14 deletions app.js

This file was deleted.

3 changes: 0 additions & 3 deletions bin/www.js

This file was deleted.

23 changes: 0 additions & 23 deletions client/.gitignore

This file was deleted.

Loading

0 comments on commit 60ffcbd

Please sign in to comment.