Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Basic Authentication

These examples demonstrate how to protect an API or a Web application using HTTP Basic Authentication, utilizing a wide range of techniques to load the user data.


  • Simple - proxies.xml inline data or htpasswd as data source.
  • Database - JDBC as data source.

See: