important
This is a contributors guide and NOT a user guide. Please visit these docs if you are using or evaluating SuperTokens.
New backend SDK checklist
- Create a new github repo"
- Branch permissions
 - Team permissions
 - Delete branch if merged (in PR)
 
 - Implement all recipes
 - Add unit tests for at least:
- normalizing urls and paths
 - config normalizing for session recipe
 - getting top level domains for session recipe
 
 - Make sure that override of API and recipe interface can be done in a way that works with this issue in mind.
 - Add to example implementations in examples folder
 - Setup CICD
 - Create all files in the github repo (see another repo and make sure all files exist)
 - Add ID in our backend api:
- for release
 - to show in compatibility area
 
 - Changes to rest of website:
- Home page
 - Product roadmap change
 - Introduction page in docs
 
 - Update all recipe docs
 - Add SDK docs on website. Follow this
 - Add core connection code snippet to dashboard
 - Change references docs to add link to new docs