Package net.devh.boot.grpc.client.security
package net.devh.boot.grpc.client.security
Contains classes and utilities that help with the user authentication.
It is not necessary to add Spring-Security as a dependency in order to use this package, however, some non-trivial security setups might require it nevertheless.
-
ClassesClassDescriptionHelper class with useful methods to create and configure some commonly used authentication schemes such as
Basic-Auth
.