-
Notifications
You must be signed in to change notification settings - Fork 73
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
Need an example for pubnub as a provider in Notification service #208
Comments
@sumiter92 |
yeshamavani
added a commit
that referenced
this issue
Jul 23, 2021
MIGRATION CHANGE: migration-20210716062747- notification migration migration-20210501132806- notification migration gh-208
12 tasks
yeshamavani
added a commit
that referenced
this issue
Jul 23, 2021
MIGRATION CHANGE: migration-20210716062747- lint fix gh-208
yeshamavani
added a commit
that referenced
this issue
Jul 30, 2021
yeshamavani
added a commit
that referenced
this issue
Jul 30, 2021
yeshamavani
added a commit
that referenced
this issue
Jul 30, 2021
yeshamavani
added a commit
that referenced
this issue
Aug 12, 2021
MIGRATION CHANGE: migration-20210716062747- notification migration migration-20210501132806- notification migration gh-208
yeshamavani
added a commit
that referenced
this issue
Aug 12, 2021
yeshamavani
added a commit
that referenced
this issue
Aug 25, 2021
MIGRATION CHANGE: migration-20210716062747- notification migration migration-20210501132806- notification migration gh-208
yeshamavani
added a commit
that referenced
this issue
Aug 25, 2021
MIGRATION CHANGE: migration-20210716062747- lint fix gh-208
yeshamavani
added a commit
that referenced
this issue
Aug 25, 2021
yeshamavani
added a commit
that referenced
this issue
Aug 25, 2021
yeshamavani
added a commit
that referenced
this issue
Aug 25, 2021
MIGRATION CHANGE: migration-20210716062747- notification migration migration-20210501132806- notification migration gh-208
yeshamavani
added a commit
that referenced
this issue
Aug 25, 2021
yeshamavani
added a commit
that referenced
this issue
Sep 2, 2021
MIGRATION CHANGE: migration-20210716062747- notification migration migration-20210501132806- notification migration gh-208
yeshamavani
added a commit
that referenced
this issue
Sep 2, 2021
MIGRATION CHANGE: migration-20210716062747- lint fix gh-208
yeshamavani
added a commit
that referenced
this issue
Sep 2, 2021
yeshamavani
added a commit
that referenced
this issue
Sep 2, 2021
yeshamavani
added a commit
that referenced
this issue
Sep 2, 2021
MIGRATION CHANGE: migration-20210716062747- notification migration migration-20210501132806- notification migration gh-208
yeshamavani
added a commit
that referenced
this issue
Sep 2, 2021
yeshamavani
added a commit
that referenced
this issue
Sep 2, 2021
akshatdubeysf
added a commit
that referenced
this issue
Sep 2, 2021
#279) * feat(sandbox): example of pubnub as a provider in notification service MIGRATION CHANGE: migration-20210716062747- notification migration migration-20210501132806- notification migration gh-208 * feat(sandbox): sonar fix MIGRATION CHANGE: migration-20210716062747- lint fix gh-208 * fix(core): upgrade loopback4-soft-delete gh-0 * fix(bpmn-service): fix readme for bpmn service (#278) GH-211 * feat(sandbox): add-tf-to-sandbox (#263) * feat(sandbox): k8s-yaml-to-hcl (#280) * feat(sandbox): pubnub example gh-208 * feat(sandbox): pubnub example gh-208 * feat(sandbox): basic-ci-setup (#298) * feat(sandbox): example of pubnub as a provider in notification service MIGRATION CHANGE: migration-20210716062747- notification migration migration-20210501132806- notification migration gh-208 * feat(sandbox): add-tf-to-sandbox (#263) * feat(sandbox): k8s-yaml-to-hcl (#280) * feat(sandbox): pubnub as a provider gh-208 * docs(sandbox): ading docs for pubnub config gh-208 Co-authored-by: Samarpan <[email protected]> Co-authored-by: akshatdubeysf <[email protected]> Co-authored-by: James Crowley <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I went through the examples and found that we presently do not have pubnub as a provider in any of our examples.
therefore, it would be resourceful to have an example with pubnub as a provider.
While creating the implementation I would request you to consider, Access management for channel subscriptions. posting messages to channels/channel groups.
for permission flow please consider https://www.pubnub.com/docs/security/access-control#initialize-with-secretkey
it would be an added advatage if we can also have a built in capability of monitoring presence at the service end where we use the pubnub webhooks to monitor users presence,
This might be a SRP breach but putting it here would kind of wrap the pubnub implementation at one place and accelerate the development.
The text was updated successfully, but these errors were encountered: