Skip to content

Seed is used as user passowrd #9

@Superkooka

Description

@Superkooka

val userPassword =
userSecret?.let { String(Base64.getDecoder().decode(it.data["password"])) }
?: Base64.getEncoder().withoutPadding().encodeToString(SecureRandom().generateSeed(32))
user.name to userPassword

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions