Cherudek / java-debugging-flashy

Accompanying project to follow Treehouse Course - Debugging an existing Java Application
0 stars 1 forks source link

Add the ability to log in to the application #24

Open Cherudek opened 5 years ago

Cherudek commented 5 years ago

Currently we just use sessions to track Flash Card history.

Can you add authentication please?

If you're looking for how to implement something like that, check out User Authentication in Spring

Mb3n commented 5 years ago

Is it okay if I do the Authentication ?