-
Notifications
You must be signed in to change notification settings - Fork 16
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
feat: ecosystem ms setup #105
Conversation
fix: changed login error message Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com>
Signed-off-by: @nishad.shirsat <nishad.shirsat@ayanworks.com>
* fix: Changed the passkey approch Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> * feat/fix: Implemented Add passkey for existing users Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * feat:implemented add passke Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * fix: login error message Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> --------- Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com>
Signed-off-by: @nishad.shirsat <nishad.shirsat@ayanworks.com>
refractor: master table json file and .env sample
…into develop Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com>
Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>
Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com>
Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com>
Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com>
…into ecosystem-ms-setup Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com>
Signed-off-by: Nishad <nishad.shirsat@ayanworks.com>
…osystem-ms-setup Signed-off-by: Nishad <nishad.shirsat@ayanworks.com>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LG
@@ -0,0 +1,90 @@ | |||
-- CreateTable | |||
CREATE TABLE "ecosystem_roles" ( | |||
"id" SERIAL NOT NULL, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As agreed, let's use UUID instead of an incrementing number
* worked on the master table json file and .env sample refractoring Signed-off-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> * merge dev branch to main (#77) * fix: Changed the passkey approch Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> * feat/fix: Implemented Add passkey for existing users Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * feat:implemented add passke Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * fix: login error message Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> --------- Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * Included credebl-master-table json file in the .gitignore Signed-off-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> * Create ecosystem monorepo Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> * feat: Implemented ecosystem microservice Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * feat: changed controller name Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * fix:changed return message Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * setup ecosystem prisma schema Signed-off-by: Nishad <nishad.shirsat@ayanworks.com> --------- Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> Signed-off-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> Signed-off-by: Nishad <nishad.shirsat@ayanworks.com> Co-authored-by: Nishad Shirsat <103021375+nishad-ayanworks@users.noreply.github.com> Co-authored-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> Co-authored-by: Shashank Kulkarni <44693969+KulkarniShashank@users.noreply.github.com> Co-authored-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com>
* worked on the master table json file and .env sample refractoring Signed-off-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> * merge dev branch to main (#77) * fix: Changed the passkey approch Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> * feat/fix: Implemented Add passkey for existing users Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * feat:implemented add passke Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * fix: login error message Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> --------- Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * Included credebl-master-table json file in the .gitignore Signed-off-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> * Create ecosystem monorepo Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> * feat: Implemented ecosystem microservice Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * feat: changed controller name Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * fix:changed return message Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * setup ecosystem prisma schema Signed-off-by: Nishad <nishad.shirsat@ayanworks.com> --------- Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> Signed-off-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> Signed-off-by: Nishad <nishad.shirsat@ayanworks.com> Co-authored-by: Nishad Shirsat <103021375+nishad-ayanworks@users.noreply.github.com> Co-authored-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> Co-authored-by: Shashank Kulkarni <44693969+KulkarniShashank@users.noreply.github.com> Co-authored-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com>
* worked on the master table json file and .env sample refractoring Signed-off-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> * merge dev branch to main (#77) * fix: Changed the passkey approch Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> * feat/fix: Implemented Add passkey for existing users Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * feat:implemented add passke Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * fix: login error message Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> --------- Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * Included credebl-master-table json file in the .gitignore Signed-off-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> * Create ecosystem monorepo Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> * feat: Implemented ecosystem microservice Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * feat: changed controller name Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * fix:changed return message Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * setup ecosystem prisma schema Signed-off-by: Nishad <nishad.shirsat@ayanworks.com> --------- Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> Signed-off-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> Signed-off-by: Nishad <nishad.shirsat@ayanworks.com> Co-authored-by: Nishad Shirsat <103021375+nishad-ayanworks@users.noreply.github.com> Co-authored-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> Co-authored-by: Shashank Kulkarni <44693969+KulkarniShashank@users.noreply.github.com> Co-authored-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com>
* worked on the master table json file and .env sample refractoring Signed-off-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> * merge dev branch to main (#77) * fix: Changed the passkey approch Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> * feat/fix: Implemented Add passkey for existing users Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * feat:implemented add passke Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * fix: login error message Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> --------- Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * Included credebl-master-table json file in the .gitignore Signed-off-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> * Create ecosystem monorepo Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> * feat: Implemented ecosystem microservice Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * feat: changed controller name Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * fix:changed return message Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * setup ecosystem prisma schema Signed-off-by: Nishad <nishad.shirsat@ayanworks.com> --------- Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> Signed-off-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> Signed-off-by: Nishad <nishad.shirsat@ayanworks.com> Co-authored-by: Nishad Shirsat <103021375+nishad-ayanworks@users.noreply.github.com> Co-authored-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> Co-authored-by: Shashank Kulkarni <44693969+KulkarniShashank@users.noreply.github.com> Co-authored-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>
* worked on the master table json file and .env sample refractoring Signed-off-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> * merge dev branch to main (#77) * fix: Changed the passkey approch Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> * feat/fix: Implemented Add passkey for existing users Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * feat:implemented add passke Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * fix: login error message Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> --------- Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * Included credebl-master-table json file in the .gitignore Signed-off-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> * Create ecosystem monorepo Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> * feat: Implemented ecosystem microservice Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * feat: changed controller name Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * fix:changed return message Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * setup ecosystem prisma schema Signed-off-by: Nishad <nishad.shirsat@ayanworks.com> --------- Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> Signed-off-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> Signed-off-by: Nishad <nishad.shirsat@ayanworks.com> Co-authored-by: Nishad Shirsat <103021375+nishad-ayanworks@users.noreply.github.com> Co-authored-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> Co-authored-by: Shashank Kulkarni <44693969+KulkarniShashank@users.noreply.github.com> Co-authored-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com>
* worked on the master table json file and .env sample refractoring Signed-off-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> * merge dev branch to main (#77) * fix: Changed the passkey approch Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> * feat/fix: Implemented Add passkey for existing users Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * feat:implemented add passke Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * fix: login error message Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> --------- Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * Included credebl-master-table json file in the .gitignore Signed-off-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> * Create ecosystem monorepo Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> * feat: Implemented ecosystem microservice Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * feat: changed controller name Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * fix:changed return message Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * setup ecosystem prisma schema Signed-off-by: Nishad <nishad.shirsat@ayanworks.com> --------- Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> Signed-off-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> Signed-off-by: Nishad <nishad.shirsat@ayanworks.com> Co-authored-by: Nishad Shirsat <103021375+nishad-ayanworks@users.noreply.github.com> Co-authored-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> Co-authored-by: Shashank Kulkarni <44693969+KulkarniShashank@users.noreply.github.com> Co-authored-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>
* worked on the master table json file and .env sample refractoring Signed-off-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> * merge dev branch to main (#77) * fix: Changed the passkey approch Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> * feat/fix: Implemented Add passkey for existing users Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * feat:implemented add passke Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * fix: login error message Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> --------- Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * Included credebl-master-table json file in the .gitignore Signed-off-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> * Create ecosystem monorepo Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> * feat: Implemented ecosystem microservice Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * feat: changed controller name Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * fix:changed return message Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * setup ecosystem prisma schema Signed-off-by: Nishad <nishad.shirsat@ayanworks.com> --------- Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> Signed-off-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> Signed-off-by: Nishad <nishad.shirsat@ayanworks.com> Co-authored-by: Nishad Shirsat <103021375+nishad-ayanworks@users.noreply.github.com> Co-authored-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> Co-authored-by: Shashank Kulkarni <44693969+KulkarniShashank@users.noreply.github.com> Co-authored-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>
* worked on the master table json file and .env sample refractoring Signed-off-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> * merge dev branch to main (#77) * fix: Changed the passkey approch Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> * feat/fix: Implemented Add passkey for existing users Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * feat:implemented add passke Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * fix: login error message Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> --------- Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * Included credebl-master-table json file in the .gitignore Signed-off-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> * Create ecosystem monorepo Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> * feat: Implemented ecosystem microservice Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * feat: changed controller name Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * fix:changed return message Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * setup ecosystem prisma schema Signed-off-by: Nishad <nishad.shirsat@ayanworks.com> --------- Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> Signed-off-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> Signed-off-by: Nishad <nishad.shirsat@ayanworks.com> Co-authored-by: Nishad Shirsat <103021375+nishad-ayanworks@users.noreply.github.com> Co-authored-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> Co-authored-by: Shashank Kulkarni <44693969+KulkarniShashank@users.noreply.github.com> Co-authored-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>
* worked on the master table json file and .env sample refractoring Signed-off-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> * merge dev branch to main (#77) * fix: Changed the passkey approch Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> * feat/fix: Implemented Add passkey for existing users Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * feat:implemented add passke Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * fix: login error message Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> --------- Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * Included credebl-master-table json file in the .gitignore Signed-off-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> * Create ecosystem monorepo Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> * feat: Implemented ecosystem microservice Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * feat: changed controller name Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * fix:changed return message Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * setup ecosystem prisma schema Signed-off-by: Nishad <nishad.shirsat@ayanworks.com> --------- Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> Signed-off-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> Signed-off-by: Nishad <nishad.shirsat@ayanworks.com> Co-authored-by: Nishad Shirsat <103021375+nishad-ayanworks@users.noreply.github.com> Co-authored-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> Co-authored-by: Shashank Kulkarni <44693969+KulkarniShashank@users.noreply.github.com> Co-authored-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>
* worked on the master table json file and .env sample refractoring Signed-off-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> * merge dev branch to main (#77) * fix: Changed the passkey approch Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> * feat/fix: Implemented Add passkey for existing users Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * feat:implemented add passke Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * fix: login error message Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> --------- Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * Included credebl-master-table json file in the .gitignore Signed-off-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> * Create ecosystem monorepo Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> * feat: Implemented ecosystem microservice Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * feat: changed controller name Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * fix:changed return message Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * setup ecosystem prisma schema Signed-off-by: Nishad <nishad.shirsat@ayanworks.com> --------- Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> Signed-off-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> Signed-off-by: Nishad <nishad.shirsat@ayanworks.com> Co-authored-by: Nishad Shirsat <103021375+nishad-ayanworks@users.noreply.github.com> Co-authored-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> Co-authored-by: Shashank Kulkarni <44693969+KulkarniShashank@users.noreply.github.com> Co-authored-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>
* worked on the master table json file and .env sample refractoring Signed-off-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> * merge dev branch to main (#77) * fix: Changed the passkey approch Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> * feat/fix: Implemented Add passkey for existing users Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * feat:implemented add passke Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * fix: login error message Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> --------- Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * Included credebl-master-table json file in the .gitignore Signed-off-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> * Create ecosystem monorepo Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> * feat: Implemented ecosystem microservice Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * feat: changed controller name Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * fix:changed return message Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * setup ecosystem prisma schema Signed-off-by: Nishad <nishad.shirsat@ayanworks.com> --------- Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> Signed-off-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> Signed-off-by: Nishad <nishad.shirsat@ayanworks.com> Co-authored-by: Nishad Shirsat <103021375+nishad-ayanworks@users.noreply.github.com> Co-authored-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> Co-authored-by: Shashank Kulkarni <44693969+KulkarniShashank@users.noreply.github.com> Co-authored-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>
* worked on the master table json file and .env sample refractoring Signed-off-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> * merge dev branch to main (#77) * fix: Changed the passkey approch Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> * feat/fix: Implemented Add passkey for existing users Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * feat:implemented add passke Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * fix: login error message Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> --------- Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * Included credebl-master-table json file in the .gitignore Signed-off-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> * Create ecosystem monorepo Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> * feat: Implemented ecosystem microservice Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * feat: changed controller name Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * fix:changed return message Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * setup ecosystem prisma schema Signed-off-by: Nishad <nishad.shirsat@ayanworks.com> --------- Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> Signed-off-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> Signed-off-by: Nishad <nishad.shirsat@ayanworks.com> Co-authored-by: Nishad Shirsat <103021375+nishad-ayanworks@users.noreply.github.com> Co-authored-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> Co-authored-by: Shashank Kulkarni <44693969+KulkarniShashank@users.noreply.github.com> Co-authored-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>
* worked on the master table json file and .env sample refractoring Signed-off-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> * merge dev branch to main (#77) * fix: Changed the passkey approch Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> * feat/fix: Implemented Add passkey for existing users Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * feat:implemented add passke Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * fix: login error message Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> --------- Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * Included credebl-master-table json file in the .gitignore Signed-off-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> * Create ecosystem monorepo Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> * feat: Implemented ecosystem microservice Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * feat: changed controller name Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * fix:changed return message Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * setup ecosystem prisma schema Signed-off-by: Nishad <nishad.shirsat@ayanworks.com> --------- Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> Signed-off-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> Signed-off-by: Nishad <nishad.shirsat@ayanworks.com> Co-authored-by: Nishad Shirsat <103021375+nishad-ayanworks@users.noreply.github.com> Co-authored-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> Co-authored-by: Shashank Kulkarni <44693969+KulkarniShashank@users.noreply.github.com> Co-authored-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>
* worked on the master table json file and .env sample refractoring Signed-off-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> * merge dev branch to main (#77) * fix: Changed the passkey approch Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> * feat/fix: Implemented Add passkey for existing users Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * feat:implemented add passke Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * fix: login error message Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> --------- Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * Included credebl-master-table json file in the .gitignore Signed-off-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> * Create ecosystem monorepo Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> * feat: Implemented ecosystem microservice Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * feat: changed controller name Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * fix:changed return message Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * setup ecosystem prisma schema Signed-off-by: Nishad <nishad.shirsat@ayanworks.com> --------- Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> Signed-off-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> Signed-off-by: Nishad <nishad.shirsat@ayanworks.com> Co-authored-by: Nishad Shirsat <103021375+nishad-ayanworks@users.noreply.github.com> Co-authored-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> Co-authored-by: Shashank Kulkarni <44693969+KulkarniShashank@users.noreply.github.com> Co-authored-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>
* worked on the master table json file and .env sample refractoring Signed-off-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> * merge dev branch to main (#77) * fix: Changed the passkey approch Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> * feat/fix: Implemented Add passkey for existing users Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * feat:implemented add passke Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * fix: login error message Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> --------- Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * Included credebl-master-table json file in the .gitignore Signed-off-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> * Create ecosystem monorepo Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> * feat: Implemented ecosystem microservice Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * feat: changed controller name Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * fix:changed return message Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> * setup ecosystem prisma schema Signed-off-by: Nishad <nishad.shirsat@ayanworks.com> --------- Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> Signed-off-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> Signed-off-by: Nishad <nishad.shirsat@ayanworks.com> Co-authored-by: Nishad Shirsat <103021375+nishad-ayanworks@users.noreply.github.com> Co-authored-by: @nishad.shirsat <nishad.shirsat@ayanworks.com> Co-authored-by: Shashank Kulkarni <44693969+KulkarniShashank@users.noreply.github.com> Co-authored-by: KulkarniShashank <shashank.kulkarni@ayanworks.com> Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com> Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>
What