initial cut on auth-bypass lesson

This commit is contained in:
Jason White
2017-07-18 15:59:46 -04:00
parent bf06d645a1
commit ce7c271bb5
24 changed files with 354 additions and 1 deletions

View File

@ -24,7 +24,7 @@ public class JWT extends NewLesson {
@Override
public Integer getDefaultRanking() {
return null;
return 40;
}
@Override