Created
          November 14, 2022 21:07 
        
      - 
      
- 
        Save yakovenkodenis/327c425f1665b20505b1f5a8c262d7aa to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | _generateAcceptValue(acceptKey) { | |
| return crypto | |
| .createHash('sha1') | |
| .update(acceptKey + this.GUID, 'binary') | |
| .digest('base64'); | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment