DEV Community

Discussion on: Create A REST API In Codeigniter With Basic Authentication

Collapse
 
deogit profile image
deogit

Can you explain what is basic authentication?
Where we can set the admin and password?

Collapse
 
deogit profile image
deogit

Got it!

Just saw it in $config['rest_valid_logins'] = ['admin' => '1234'];