LonelyVikingMichael / litestar-users

Authentication and user management for the Litestar framework
https://lonelyvikingmichael.github.io/litestar-users/
MIT License
47 stars 12 forks source link

Few typos in documentation #70

Closed dshum closed 3 months ago

dshum commented 6 months ago

A few typos that may confuse the user (at least they confused me):

https://lonelyvikingmichael.github.io/litestar-users/usage/0-configuration/ LitestarUsers -> LitestarUsersPlugin

litestar_users = LitestarUsers(
    config=LitestarUsersConfig(

https://lonelyvikingmichael.github.io/litestar-users/usage/6-command-line-interface/ --is_verified -> --is-verified, --is_active -> --is-active

--is_verified
Set the user as being verified.
--is_active
Set the user as active.
edimedia commented 6 months ago

Yes, docs need to be updated