setup grid to display courses
This commit is contained in:
		@ -47,6 +47,7 @@ public class ApplicationsController {
 | 
			
		||||
 | 
			
		||||
        //if unAuthed
 | 
			
		||||
        authorizedApps.add(Applications.Login);
 | 
			
		||||
        authorizedApps.add(Applications.Schedule);
 | 
			
		||||
 | 
			
		||||
		User user = authServ.getUserFromToken(token);
 | 
			
		||||
		if(user == null)
 | 
			
		||||
 | 
			
		||||
@ -3,6 +3,7 @@ package ovh.herisson.Clyde.Tables;
 | 
			
		||||
public enum Applications {
 | 
			
		||||
    // without any token
 | 
			
		||||
    Login,
 | 
			
		||||
    Schedule,
 | 
			
		||||
 | 
			
		||||
    // with any token
 | 
			
		||||
    Profile,
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user