Loopback-next: Monthly Milestone - February 2019 馃挐鉀勶笍

Created on 30 Jan 2019  路  4Comments  路  Source: strongloop/loopback-next

February milestone

  • Authentication & Authorization story
  • Spikes on LB3->LB4 Migration
  • Groundwork for LB4 extensibility
  • Prep work for presentations at events

Note:

  • _We have committed more than our usual velocity because some are almost done, and some need to happen (e.g. conference prep work)._
  • _We normally don't include PRs in the milestone, but the extensibility PRs are laying the foundation and already taking a lot of the team's time for review._

LoopBack 4

Stretch Goals

LoopBack 3

Monthly Milestone

Most helpful comment

@nabdelgadir, @jannyHou and I were just discussing this, and we've modified the milestone.

All 4 comments

@dhmlau @nabdelgadir According to the estimation meeting yesterday, https://github.com/strongloop/loopback-next/issues/2311 is blocked by https://github.com/strongloop/loopback-next/pull/2249, I propose we work on https://github.com/strongloop/loopback4-example-shopping/issues/40 as a replacement, there is already a PR in progress for it: https://github.com/strongloop/loopback4-example-shopping/pull/33
what would you think?

@jannyHou sounds good to me. @dhmlau what do you think?

@nabdelgadir, @jannyHou and I were just discussing this, and we've modified the milestone.

Based on the discussion summarized in here, the next step for the authentication story is

  • Step 1a: create extension point for access token generator in @loopback/authentication, define the key as the constant and interface
  • in shopping example, it will implement this access token generator

    • Step 1b: create interface for strategy and then the extension point for strategies -- needs Raymond's PR

    • Step 1c: Add common action to authenticate inside authentication module.

    • * Step 1d*: Move the credential extractor code from the example app back to the authentication package.

    • Step 2 : rebase shopping example against the @loopback/authentication

So the stretch goals under authentication epic won't be carried over to March, and @jannyHou will be creating new set of tasks for the above.

Was this page helpful?
0 / 5 - 0 ratings