Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 955 Bytes

TODO.md

File metadata and controls

26 lines (21 loc) · 955 Bytes

TODO

This file contains task that are being work on or will be work on shortly.

If you would like to help with the development of AEGo, please follow these steps:

  1. Select an item from the list that you would like to work on.
  2. Search the the issues track to see if someone has begun work on the issue.
  3. If the issue has not been started, create a new issue outlining the problem as you understand it.
  4. Create a fork of AEGo the project.
  5. Solve the problem.
  6. Use gofmt to format your code prior to commit.
  7. If this is your first time contributing add your name to CONTRIBUTERS.md and AUTHORS.md.
  8. Create a pull request.

v1/auth

v1/auth/password

v1/auth/google

  • Create Authentication Strategy.

v1/auth/facebook

  • Create Authentication Strategy.

v1/auth/github

  • Create Authentication Strategy.