developer-authentication
v6.6.1
Published
This README would normally document whatever steps are necessary to get your application up and running.
Readme
Developer Authentication
version 6.6.1
- add recaptcha validation for token on backend in Developer Login & Forgot Password
version 4.5.1
- add usertags to DevInvite, Verify Email, Password Reset URL
version 4.0.1
- add service for creating/updating enterprise user on dc
- Migration Add email and password for InterProcess Communication (Pod to Pod Communication) IPC_EMAIL=~~~~@email.in, IPC_PASS=*~~~~*password
version 4.0.0
- add enterprise based filter in application/organization/developer related all api's
- run this query one time to assign OS
- In developer-console-backend db.Organization.updateMany({tags: {$exists: false }},{$set:{ tags: "consumer"}})
- In developer Auth backend db.Developer.updateMany({tags: {$exists: false }},{$set:{ tags: "consumer"}})
- In AppManagement Backend db.Application.updateMany({tags: {$exists: false }},{$set:{ tags: ["consumer"]}})
- In Appstore Backend db.app.updateMany({tags: {$exists: false }},{$set:{ tags: ["consumer"]}}) db.Config.updateMany({resourceConfig: {$exists: false }},{$set:{ resourceConfig:{tags: ["consumer"]}}})
version 1.3.4
- Forgot Password for dealer login
version 1.3.4
- Get jToken for dealer login
version 1.3.3
- Get user token from refresh token for Dealer and other user
version 1.3.2
- Login for Dealer and other user
version 1.3.1
- Add auth0 tenant for dealer and other user login
- Signup for dealer and other user
version 1.2.3
- In Companion App login api updated keys(accessTokenExpiry==>expiry, refreshTokenExpiry==>accountTokenExpiry) of response.
version 1.2.2
- project approval email cdn owner,admin
