Wildcards imports for ktorm & ktor
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
package be.vandewalleh.auth
|
||||
|
||||
import be.vandewalleh.kodein
|
||||
import io.ktor.application.Application
|
||||
import io.ktor.application.install
|
||||
import io.ktor.auth.Authentication
|
||||
import io.ktor.auth.UserIdPrincipal
|
||||
import io.ktor.auth.jwt.jwt
|
||||
import io.ktor.application.*
|
||||
import io.ktor.auth.*
|
||||
import io.ktor.auth.jwt.*
|
||||
import org.kodein.di.generic.instance
|
||||
|
||||
fun Application.authenticationModule() {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package be.vandewalleh.auth
|
||||
|
||||
import io.ktor.auth.Credential
|
||||
import io.ktor.auth.*
|
||||
|
||||
/**
|
||||
* Represents a simple user [username] and [password] credential pair
|
||||
|
||||
Reference in New Issue
Block a user