Adjust client registration API
This commit is contained in:
		
					parent
					
						
							
								ef2b50c9ac
							
						
					
				
			
			
				commit
				
					
						62b057b085
					
				
			
		
					 1 changed files with 1 additions and 7 deletions
				
			
		|  | @ -2,12 +2,6 @@ class Api::V1::AppsController < ApiController | ||||||
|   respond_to :json |   respond_to :json | ||||||
| 
 | 
 | ||||||
|   def create |   def create | ||||||
|     @app = Doorkeeper::Application.create!(app_params) |     @app = Doorkeeper::Application.create!(name: params[:client_name], redirect_uri: params[:redirect_uris]) | ||||||
|   end |  | ||||||
| 
 |  | ||||||
|   private |  | ||||||
| 
 |  | ||||||
|   def app_params |  | ||||||
|     params.permit(:name, :redirect_uri) |  | ||||||
|   end |   end | ||||||
| end | end | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue