mugle-dev team mailing list archive
-
mugle-dev team
-
Mailing list archive
-
Message #00028
[Bug 727767] Re: Extending the User class from GAE
** Description changed:
I noticed that GAE provides its own User class that actually includes an
authorized user (takes care of logins).
- http://code.google.com/appengine/docs/python/users/userclass.html
+ http://code.google.com/appengine/docs/java/javadoc/com/google/appengine/api/users/User.html
Would it be a good idea to extend our own User from that class? I
personally prefer that could come in handy for other reasons in future
too.
--
You received this bug notification because you are a member of MUGLE
Developers, which is subscribed to MUGLE.
https://bugs.launchpad.net/bugs/727767
Title:
Extending the User class from GAE
Status in Melbourne University Game-based Learning Environment:
Opinion
Bug description:
I noticed that GAE provides its own User class that actually includes
an authorized user (takes care of logins).
http://code.google.com/appengine/docs/java/javadoc/com/google/appengine/api/users/User.html
Would it be a good idea to extend our own User from that class? I
personally prefer that could come in handy for other reasons in future
too.
References