mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	First pass of projects test coverage
This commit is contained in:
		@@ -17,6 +17,9 @@
 | 
			
		||||
var authCache = {}
 | 
			
		||||
 | 
			
		||||
module.exports = {
 | 
			
		||||
    init: function() {
 | 
			
		||||
        authCache = {};
 | 
			
		||||
    },
 | 
			
		||||
    clear: function(project,remote, user) {
 | 
			
		||||
        if (user && remote && authCache[project] && authCache[project][remote]) {
 | 
			
		||||
            delete authCache[project][remote][user];
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user