strongloop / loopback-example-access-control

An example demonstrating LoopBack access control mechanisms.
Other
370 stars 168 forks source link

Use datasource cloudant #106

Closed jannyHou closed 6 years ago

jannyHou commented 7 years ago

Description

Related issues

Connect to strongloop-internal/scrum-apex#155

I create a new branch use-datasource-cloudant to demo access control(Role and User) with relevant models attached to cloudant datasource.

There are some syntax changes in this PR because master is still using an old version of loopback. The three main changes are:

And udpated the doc as well.

jannyHou commented 7 years ago

@0candy @dhmlau thanks, feedback applied. PTAL again.

ssh24 commented 7 years ago

@jannyHou Are the CI failures well taken note of for why is it failing?

jannyHou commented 7 years ago

@ssh24 sorry I missed your question: CI fails because I use a fake url in example and loopback-connector-cloudant@2.x is not released.

stale[bot] commented 7 years ago

This issue has been closed due to continued inactivity. Thank you for your understanding. If you believe this to be in error, please contact one of the code owners, listed in the CODEOWNERS file at the top-level of this repository.

jannyHou commented 7 years ago

Cloudant@2.x is released but test fails due to missing a valid database to run tests....I need to setup a docker container

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 6 years ago

This issue has been closed due to continued inactivity. Thank you for your understanding. If you believe this to be in error, please contact one of the code owners, listed in the CODEOWNERS file at the top-level of this repository.

dhmlau commented 6 years ago

@jannyHou , what's the outstanding items to get this landed? thanks.