#93 Add user auth
Closed by fabio1079. Opened by fabio1079.
kiskadeemes/kiskadee add_user_auth  into  master

Download 93.patch

This PR add users and users auth to kiskadee API. With this, other features such as user favorite packages and notifications to users can be implemented as well

I don't remenber adding sphinx-rtd-theme... I will take a look if this as a mistake

Looking the PR diff now I see that I forgot to add the documentation of this endpoint. I will send an amend for this.

Hi Fabio,

Yes, we have removed it from the requirements file earlier this week. Please, rebase against master and remove the extra requirements if they persist.

I like the idea of favorite packages and user notifications! Thanks :)

3 new commits added

  • Add token_required to user routes
  • Add token generation and verification
  • Add user API CRUD

1 new commit added

  • Set auth token to expire after 48 hours

1 new commit added

  • Pass user_id on login together with token

1 new commit added

  • Pass user token on creation

1 new commit added

  • Add fields in response of login post method

Pull-Request has been closed by fabio1079

Metadata