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 | ||||
| 
 | ||||
|   def create | ||||
|     @app = Doorkeeper::Application.create!(app_params) | ||||
|   end | ||||
| 
 | ||||
|   private | ||||
| 
 | ||||
|   def app_params | ||||
|     params.permit(:name, :redirect_uri) | ||||
|     @app = Doorkeeper::Application.create!(name: params[:client_name], redirect_uri: params[:redirect_uris]) | ||||
|   end | ||||
| end | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue