Skip to content

Releases: H2020-IPM-Decisions/IdentityProviderService

Add hours on token

30 Jul 12:06
Compare
Choose a tag to compare

Increase lifetime of token to match registration hours

Hours until registration

30 Jul 12:05
Compare
Choose a tag to compare

Send hours on registration email to inform the users hours until they need to confirm their email to continue using the platform

Hangfire - Inactive users schedule

01 Jun 11:45
Compare
Choose a tag to compare

This release includes Hangfire, a system to run background processes. A new process to send emails to inactive users has been developed.

It sends 3 emails to the user, and finally deletes the data from the IDP and UPR microservices.

New settings on appsetting.json

"InactiveUsers" : {
    "FirstEmailMonthInactive" : 6,
    "SecondEmailMonthInactive" : 10,
    "LastEmailMonthInactive" : 11,
    "DeleteAccountMonthInactive" : 12
  }

Or

New parameters on docker-compose.yml

- InactiveUsers:FirstEmailMonthInactive=6
- InactiveUsers:SecondEmailMonthInactive=10
- InactiveUsers:LastEmailMonthInactive=11
- InactiveUsers:DeleteAccountMonthInactive=12

Release 0.2.0 - Swagger

27 Jan 11:49
Compare
Choose a tag to compare

In this release we moved the Swagger documentation endpoint to the following URL:

Email Service: yourHost/api/idp/Swagger/index.html