Added serverproperties to file Application.properties
Description
To be able to define accessibility in our app we need to specify different roles to users (Admin, User and Unknown). For this to work we need a login option and a role entity. A secure login option is oauth2-login which will help us with both roles and a secure login option for users. Another security layer is to make our app run with https to encrypt the information on the app.
Checklist
[x] Added oauth2-login with Github
[x] Added Role Entity
[x] Created HTTPS certificate key
[x] Added serverproperties to file Application.properties
Related Issue(s)
Closes #28
Proposed Changes
Description
To be able to define accessibility in our app we need to specify different roles to users (Admin, User and Unknown). For this to work we need a login option and a role entity. A secure login option is oauth2-login which will help us with both roles and a secure login option for users. Another security layer is to make our app run with https to encrypt the information on the app.
Checklist