and its working fine.
                  
                  
                  I'm supporting three grant_type methods (Authorization_code and password and refresh_token).
                  
                  
                  Currently I'm using one column for password in all grant_types in my own mysql db.
                  
                  
                  But I want to use two different password columns for grant_types of authorization_code and password.
                  
                  
                  How can I do it?
                  
                  
                
I don’t see how this scales. Authorization can be handled by spring at resource levels or you can go a notch up and have a table for authorization
Обсуждают сегодня