User registration in Scotty
Asked Answered
B

0

7

While learning Haskell I've made a small web app in Scotty framework. Next I'd like to add user registration.

Registration should support email/password and Google/FaceBook login options. If user registers "on site" he should also be able to login with G/FB account and vice versa.

Is there some standard/easy way of achieving this with Scotty?

I don't really like doing registration and authentication my self, but I guess just some pointers on how to implement standard email/password reg/auth would be helpful.

Beef answered 18/9, 2015 at 10:52 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.