Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Play Framework 2.0 Authentication Tutorial Link

I've been learning a lot of good stuff with Play Framework and had one more question before I keep moving. I'm looking for a detailed tutorial like the one on this link:

http://www.playframework.org/documentation/1.2.4/guide8

But for Play Framework 2.0 - 2.0.1. I just need to add Authentication to my site. I'm a beginner on this Play world and wanted to learn in a guide like the mention before implementing in my app.

Anyone knows where is that link I'm looking for? My Google skills gave up.

like image 658
mimoralea Avatar asked May 11 '12 14:05

mimoralea


2 Answers

Check out the samples in the play folder. There is one handling authentification/authorization : zentasks if I remember right.

like image 189
i.am.michiel Avatar answered Oct 14 '22 16:10

i.am.michiel


For anyone interested this module is good for OAuth2.0 authentication in play framework 2.0 http://joscha.github.com/play-authenticate/

from the site: play-authenticate is meant to be used with java apps, and by examination of the sample usage app, the deadbolt integration is geared towards java usage as well. i don't think this is the most idiomatic choice for scala apps.

like image 37
Miguel A. Carrasco Avatar answered Oct 14 '22 17:10

Miguel A. Carrasco