WIP: Add the bootstrap page and the create users API endpoint. #4
Loading…
Reference in a new issue
No description provided.
Delete branch "feature/add-bootstrap-page"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
As part of the first release of Trakk, I want to have the bootstrap page and an API endpoint to create users.
This does not necessarily mean user management.
Changes
This pull request contains the following functional changes:
TRAKK_BOOTSTRAP_TOKEN_TTLwhich allows to set the TTL of the bootstrap authentication token.TRAKK_AUTHENTICATION_JWT_PUBLIC_KEYwhich allows to set the public key for the JWT signature.TRAKK_AUTHENTICATION_JWT_PRIVATE_KEYwhich allows to set the private key for the JWT signature.And the following technical changes:
configcrate to using thefigmentcrate.Associated issues
#1
#2
Add the bootstrap page and the create users API endpoint.to WIP: Add the bootstrap page and the create users API endpoint.View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.