- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 34
 
v0.0.2, add cookie mode #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| 
           @nodece @GopherJ please review.  | 
    
| 
           @kingiw please fix DCO.  | 
    
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Additionally, we can use semantic-release to auto-release JS packages. See Node-Casbin as an example.
        
          
                example/react/src/CasbinDemo.js
              
                Outdated
          
        
      | return ( | ||
| <div> | ||
| <p>====</p> | ||
| { this.auth.can('read', 'alice_data') && alice_div } | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
alice_div is component, should be use <AliceDiv>.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope, AliceDiv is a JSX Element and it should used like this.
3677fa2    to
    43695d5      
    Compare
  
    Signed-off-by: kingiw <kingiw@hotmail.com>
Signed-off-by: kingiw <kingiw@hotmail.com>
Signed-off-by: kingiw <kingiw@hotmail.com>
Signed-off-by: kingiw <kingiw@hotmail.com>
| 
           I've removed the example files from the PR  | 
    
          
 Please replace existing commits. The example should not show up in commits.  | 
    
| 
           @kingiw You should update the PR title.  | 
    
No description provided.