GoldSim / Website

Source code for the GoldSim.com website
https://www.goldsim.com/
3 stars 1 forks source link

Implement authentication #19

Closed JeremyCaney closed 4 years ago

JeremyCaney commented 4 years ago

Previously, authentication was handled via ASP.NET WebForms's Membership APIs. Those are overkill for how few users we have, and are very dated on top of it. We need to find an alternative solution that's simpler.

Open Questions

Tasks