shibuqam: make User serializable
authorJean Privat <jean@pryen.org>
Fri, 19 Aug 2016 19:09:02 +0000 (15:09 -0400)
committerJean Privat <jean@pryen.org>
Fri, 19 Aug 2016 19:09:48 +0000 (15:09 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

contrib/shibuqam/shibuqam.nit

index e8da9a5..a6bf333 100644 (file)
@@ -21,9 +21,12 @@ module shibuqam
 
 import nitcorn
 private import md5
+import serialization
 
 # Information on a user from Shibboleth/UQAM
 class User
+       serialize
+
        # The *code permanent* (or the uid for non student)
        var id: String