YourScheduler / YourScheduler.Web

App for menaging teams, calendar and much more....
0 stars 0 forks source link

Adding User, Requesting Invite, Inviting with mail and token integration, revamped database #29

Closed Kamil-Majewski closed 1 year ago

Kamil-Majewski commented 1 year ago

Created CQRS methods and endpoints for inviting, joining and requesting joining to the team with email integration and Jwt Token. Changed the way how data is taken from appsettings. Changed EmailSender logic slightly. Created JwtTokenGenerator. Tested most of it and it appears to work correctly.