GitHub Readme.md
Endpoints are created from @rexfng/db Node Module. Check for detail documentation.
Route Action Description /:collection GET Get all records from collection /:collection POST Create a record in a collection /:collection/:id GET GET a record in a collection by ID /:collection/:id PUT Update a record in a collection by ID /:collection/:id DELETE Delete a record in a collection by IDEndpoints are created from @rexfng/auth Node Module. Check for detail documentation.
Route Action Required Parameters /register POST [username (email), password] /login POST [username (email), password] /token POST [refresh_token] /resetpassword POST [username, from, to, subject, text, html] /resetpassword_confirmation POST [username, token, password] /passwordchange POST [username, password] /app_create POST [username, password] /.well-known/jwks.json GET [username, password]