enonic / xp

Enonic XP
https://enonic.com
GNU General Public License v3.0
202 stars 34 forks source link

Personal tokens support #8668

Open rymsha opened 3 years ago

rymsha commented 3 years ago

Personal tokens are passwords that are not intended for humans to memorize. They are secure-random generated on demand, and shown only once to a user - when generated.

They can't be used for normal login, but should be used on management port for authentication.

sigdestad commented 3 years ago

We probably need to support it in lib-auth I guess, so any IDprovier may choose to support that?