How to add Authentication #669
Answered
by
svilenmarkov
Saisamarth21
asked this question in
Help
-
Where should I add this code to implement authentication? Currently, I have two pages: Home and Others. auth:
secret-key: # this must be set to a random value generated using the secret:make CLI command
users:
admin:
password: 123456
svilen:
password: 123456 |
Beta Was this translation helpful? Give feedback.
Answered by
svilenmarkov
May 16, 2025
Replies: 1 comment
-
It should be a top-level property, same level as |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Saisamarth21
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It should be a top-level property, same level as
pages
,server
,theme
, etc.