Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.24 KB

README.md

File metadata and controls

20 lines (16 loc) · 1.24 KB

Helka

At Helka we aim to provide secure personalised news. It can get relevant news based on keyword searches. News articles from all over the internet can be stored for future reference.

Brief Description of EAD feature to be implemented:

We have opted to implement the Security Enterprise Feature. We are implementing a token based login and register functionality which is highly secure when compared to that of traditional login functionality. Token-based authentication is different from traditional password-based or server-based authentication techniques. Tokens offer a second layer of security, and administrators have detailed control over each action and transaction. Token Based Authentication describes our mode of authentication.

Contirbutors

Tarun Teja O (S20180010120) Sri Charan K (S20180010077) Lokesh Pavan Kumar K (S20180010075) Bokka Jayachand (S20180010028) Rajesh Kumar P (S20180010132)

Youtube Demo Link

https://youtu.be/0CQYtMebJ9g

Problems

We are using redux module for state management and the issue is that while we are reloading the page the state is becoming null. We believe that this is caused as the data is not stored in the local storage of the browser. We would like to know the views of external faculty on this.