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

Begin rewrite of Authentication Server #6

Open
5 tasks done
Yorkshireman opened this issue Aug 31, 2019 · 1 comment
Open
5 tasks done

Begin rewrite of Authentication Server #6

Yorkshireman opened this issue Aug 31, 2019 · 1 comment
Assignees

Comments

@Yorkshireman
Copy link
Owner

Yorkshireman commented Aug 31, 2019

First one was good for a spike but needs rewriting in a cleaner more incremented style with clearly defined goals.

Tech Tasks

  • Make sure master is up to date with develop branch
  • Checkout to an early commit of develop
  • Branch off develop with a rewrite (or similarly named) branch
  • Setup a route with full integration test coverage that returns a simple JSON response body of:
{
  data: {
    message: "Hello World"
  }
}
  • Commit that and merge it into the develop branch and deal with the inevitably massive merge conflicts
@Yorkshireman Yorkshireman self-assigned this Aug 31, 2019
This was referenced Aug 31, 2019
@Yorkshireman
Copy link
Owner Author

#8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant