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

WIP: Implements first api calls #4

Open
wants to merge 29 commits into
base: master
Choose a base branch
from
Open

WIP: Implements first api calls #4

wants to merge 29 commits into from

Conversation

WTFKr0
Copy link
Member

@WTFKr0 WTFKr0 commented Jul 27, 2017

Closes #3

  • User register - error on already exists
  • User register - send mail and create user in db, with a validation token
  • Validate account - error on bad validation code
  • Validate account - info on account already validated
  • Validate account - set validation code to validated if ok
  • Auth - error on bad credentials
  • Auth - info if account not validated
  • Auth - success on good credentials
  • Auth - send JWT token on success
  • Send data

@wtfcoderz wtfcoderz deleted a comment from codecov bot Aug 3, 2017
@codecov
Copy link

codecov bot commented Sep 21, 2017

Codecov Report

❗ No coverage uploaded for pull request base (master@4079b90). Click here to learn what that means.
The diff coverage is 7.74%.

Impacted file tree graph

@@           Coverage Diff            @@
##             master      #4   +/-   ##
========================================
  Coverage          ?   8.38%           
========================================
  Files             ?       2           
  Lines             ?     155           
  Branches          ?       0           
========================================
  Hits              ?      13           
  Misses            ?     142           
  Partials          ?       0
Impacted Files Coverage Δ
api/api.go 1.55% <0%> (ø)
api/utils.go 42.3% <42.3%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4079b90...d00ef7e. Read the comment docs.

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.

1 participant