Slightly hacked secure module for GAE-security support

26 views
Skip to first unread message

Dmitriy S. Aleshkowsky

unread,
Nov 10, 2010, 3:56:56 AM11/10/10
to play-framework
Do I need to publish my gae-secure module as a separate module?
Does anybody need these changes?
Or framework authors has own roadmap for security works?

Pascal Voitot Dev

unread,
Nov 10, 2010, 4:12:24 AM11/10/10
to play-fr...@googlegroups.com
what did you hack precisely ?

Pascal


--
You received this message because you are subscribed to the Google Groups "play-framework" group.
To post to this group, send email to play-fr...@googlegroups.com.
To unsubscribe from this group, send email to play-framewor...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/play-framework?hl=en.


Dmitriy S. Aleshkowsky

unread,
Nov 10, 2010, 4:20:10 AM11/10/10
to play-framework
For now, I've replaced login/logout forms to GAE API calls.
So, user see the standard google forms, not forms from plugin.

On 10 ноя, 12:12, Pascal Voitot Dev <pascal.voitot....@gmail.com>
wrote:
> what did you hack precisely ?
>
> Pascal
>
> On Wed, Nov 10, 2010 at 9:56 AM, Dmitriy S. Aleshkowsky <
>
> to.wwarl...@gmail.com> wrote:
> > Do I need to publish my gae-secure module as a separate module?
> > Does anybody need these changes?
> > Or framework authors has own roadmap for security works?
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "play-framework" group.
> > To post to this group, send email to play-fr...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > play-framewor...@googlegroups.com<play-framework%2Bunsu...@googlegroups.com>
> > .

Guillaume Bort

unread,
Nov 10, 2010, 6:25:55 AM11/10/10
to play-fr...@googlegroups.com
You can publish it of course, or if it's very simple, juste create a
code snippet that explain how you do that.

> To unsubscribe from this group, send email to play-framewor...@googlegroups.com.


> For more options, visit this group at http://groups.google.com/group/play-framework?hl=en.
>
>

--
Guillaume Bort, http://guillaume.bort.fr

For anything work-related, use g...@zenexity.fr; for everything else,
write guillau...@gmail.com

Dmitriy S. Aleshkowsky

unread,
Nov 12, 2010, 2:02:19 AM11/12/10
to play-framework
I've published my fork at
https://github.com/wwarlock/play-gae-secure

For now, you must create two methods in Application controller (Sample
on Scala language).
And enable gae module, of course.

def login() = {
GAE.login("CRUD.index");
}

def logout() = {
GAE.logout("Application.index");
}

I've plans to clean the code a bit and make some refactoring.
Reply all
Reply to author
Forward
0 new messages