Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    5,000 oauth jobs found

    Job Title: Senior SAP CPI Integration Consultant (US Payroll) Experience: 12+ years Location: Remote (India) Employment Type: Contract Shift timings: 6:30 PM - 3:30 AM (EST overlap ) *Job Summary:* We are looking for a *Senior SAP ...Payroll integrations* * Experience integrating *SuccessFactors ECP, ADP, Workday Payroll, SAP HCM Payroll* * Strong knowledge of *message mapping, XSLT, Groovy scripting* * Understanding of *US payroll processes (taxation, benefits, compliance)* * Experience in *API integrations and middleware architecture* * Knowledge of *SAP PI/PO* (for migration is a plus) * Familiarity with *security protocols (OAuth, SSL, certificates)* ### *Qualifications:* * Bachelor’s degree in Engineering, IT, or related field * SAP CPI / Integration Suite certificat...

    $1523 Average bid
    $1523 Avg Bid
    9 bids

    ...allow creators to authenticate their accounts and have their performance data automatically synced to my database. Technical Stack Requirements: - Backend: Node.js / TypeScript (strictly server-side for security). - Database/Auth: Supabase (PostgreSQL). - APIs: Official Graph/Marketing APIs for Meta, TikTok for Developers, and YouTube Data API v3. Detailed Scope of Work: - Secure OAuth System: Implement official OAuth 2.0 flows. - Access tokens must be encrypted at rest in Supabase and handled via a secure server-side token refresh logic. Granular Data Ingestion: - Account-Level Metrics: Total followers, daily reach, total impressions, and profile views. - Post/Media-Level Metrics: Detailed stats for individual posts, videos, and Reels (Likes, Comments, Shares, Saves, ...

    $132 Average bid
    $132 Avg Bid
    65 bids

    ...possible, so an agile, milestone-driven approach will help both of us keep momentum. Deliverables • Full-stack web app (front-end + back-end) supporting streaming of hosted audio files • Responsive interface mirroring Spotify’s basic look and feel • Searchable track list and minimal player controls (play, pause, next, previous, volume) • Secure user authentication stub (email/password or OAuth) ready for future expansion • Deployed live demo plus documented source code and setup instructions Preferred stack suggestions include React or Vue on the front end and Node, Django, or similar on the back, but I’m open if you have a better idea that can be delivered quickly. Streaming must remain smooth under moderate concurrent load, so plea...

    $30 Average bid
    $30 Avg Bid
    22 bids

    ...future instruction I add. Please wire this through the Telegram Bot API, keep the webhook secure, and write clean, well-commented Python so I can extend the command set later. Instagram comes next. I’d like the robot to be connected via the Instagram Graph API so that, when I’m ready, I can trigger posts, stories, or even direct-message replies from the same Python codebase. If you can set up the OAuth flow and leave a few sample calls in place, that will be perfect. Deliverables • Telegram bot code that receives messages and triggers the robot in real time. • Instagram API integration with authenticated sample calls ready for future use. • Setup instructions and a short demo video (or screen capture) proving a Telegram command physically moves th...

    $85 Average bid
    $85 Avg Bid
    37 bids

    ...Proctoring: 21 behavioral signals via (face detection, gaze, lip sync, device/AI tool OCR). Assessment Pipeline: Foundation MCQ → Applied Skills Test → AI Interview. Matching Algorithms: Rule-based + vector semantic similarity (Vertex AI + Cloudflare Workers AI). Subscription & Billing: Razorpay lifecycle (webhooks, prorated billing, auto-renewal). Authentication & Security: JWT, OTP, Google OAuth, 8 user roles. Real-Time Infrastructure: WebRTC video rooms & Chat via Cloudflare Durable Objects. Media Storage: Dual-track R2 storage (webcam + screen). The Tech Stack (Mandatory Experience) Frontend: Framework: 15.5 (React 19), TypeScript (Static export via Cloudflare Pages) UI/State: Tailwind CSS 4.x, Zustand, TanStack React Query, Framer Motion, Rec...

    $272 Average bid
    $272 Avg Bid
    55 bids

    ...productionising an existing full-stack application. The system already has: defined route structure Prisma-based data model OAuth (Google) authentication approach API route pattern established frontend interaction flow I am not looking for system design or a rebuild, but for someone who can work within an existing architecture and implement cleanly. Initial scope (for discussion) Prisma + PostgreSQL integration / OAuth session handling API route implementation and validation ensuring a clean end-to-end interaction loop Please answer the following (required) How would you structure Prisma + in a App Router project using server routes? How would you connect OAuth authentication to an existing user table? What are the most common mistakes developers make when co...

    $1107 Average bid
    $1107 Avg Bid
    239 bids

    ...video for the desired flow Required flow: * User clicks “Buy” * Redirect to checkout page * A modal/popup appears with: • Continue as guest • Login with Google (Gmail) • Register * After checkout (for any option used): • User account should be created automatically • Send email to customer with: * their email * generated password * Google login must be implemented properly (OAuth, no hacks) * Keep flow simple, fast, and clean 5. UI Adjustments * Add 2 simple pages based on competitor examples (I will provide links) * Mostly copy layout/structure, I will edit content later * Move currency selector from header to a different position (details provided) * Follow provided references carefully 6. Speed Optimization + CDN + ...

    $30 Average bid
    $30 Avg Bid
    147 bids

    ...assumes any specific page structure. The bot must work on any Workday job URL without code changes. Authentication — Three Scenarios The bot must detect which auth scenario applies and handle it automatically: Auth required first, then form fill Form fill starts first, then auth prompt appears mid-flow No auth at all, direct form fill only Login/Create Account must use email and password only. No OAuth. No "Sign in with Google, LinkedIn," or any third-party provider. If the platform triggers an email verification step after login, the bot must pause and keep retrying the sign-in automatically every 60 seconds until the user manually verifies their email, then continue from where it left off without any manual input. Form Filling — Core Personal Details T...

    $10 Average bid
    $10 Avg Bid
    12 bids

    I run several Zoom sessions every week and I need a straightforward, automated way to capture who joined, when they arrived, and how long they stayed. Manual exports after every call are becoming a headache; I’d like the process handled end-to-end so the data lands in a clean, shareable format without additional clicks from me. Your task: • Connect to my existing Zoom account (OAuth or JWT, whichever you recommend and can configure securely). • Pull attendance details in real time or immediately after each meeting. Required fields are participant name, email (when available), join time, leave time, and total minutes. • Deliver the data to me as a downloadable CSV and also store a copy in Google Sheets for quick filtering. • Provide brief, step-by-ste...

    $24 Average bid
    $24 Avg Bid
    47 bids

    ...HubSpot CRM for a Contact matching the caller_id. 3.2. Creation: * If a Contact is found: Create a Call Engagement associated with that contact_id. 3.3. If NO Contact is found: (Optional) Create a new Contact first, then associate the call. 3.4. Logging: Middleware should log successes/failures for troubleshooting. 4. API & Endpoint Specs A. HubSpot Authentication: Method: Private App Access Token (OAuth 2.0). Scopes Required: , crm.objects.calls.write. B. Step 1: Search Contact (POST) Endpoint: Logic: Filter by phone using the EQ operator. Data Normalization: Middleware must normalize phone numbers (e.g., stripping +1 or dashes) to ensure a match. (E.164) C. Step 2: Create & Associate Call (POST) Endpoint: https://api

    $281 Average bid
    $281 Avg Bid
    140 bids
    Web App Redesign & API Fixes
    3 days left
    Verified

    ...intuitive iconography, and responsive behaviour across desktop and mobile. You’re welcome to prototype in Figma or a similar tool before coding. • Front-end implementation – I’m comfortable with modern stacks (React, Vue, or similar). Whichever you choose, the final code should be modular, well-commented, and production-ready. • API repair – track down and resolve the authentication issues (JWT/OAuth handling, token refresh, or session management). Once fixed, the sign-in, sign-up, and protected-route calls should return consistent 2xx responses under normal usage and meaningful 4xx/5xx codes on failure. • Seamless hand-off – after everything is merged to the main branch, I’ll need concise setup instructions and a brief walk-t...

    $1080 Average bid
    $1080 Avg Bid
    443 bids

    ...a variable syntax like {{}}. - Skill execution should be resumable (for actions that wait for user input). - Store execution state per session (which actions ran, their outputs, current position). Credential vault: Skills that call external APIs need stored credentials. Implement encrypted credential storage (AES-256-GCM) with: - CRUD operations for credentials (API keys, OAuth tokens). - OAuth2 authorization code flow support (initiate, callback, token refresh). - Credentials are scoped per bot/organization. 2. Skill Intent Detection Before a skill executes, the system needs to detect which skill to trigger based on the user's message: - Each skill has one or more intent phrases (example utterances). - Use embedding-based matching: embed intent phrases with OpenAI's

    $1318 Average bid
    $1318 Avg Bid
    318 bids

    I need a clean, production-ready Shopify OAuth flow wired into my existing web application so that store owners can click “Connect with Shopify”, authorize, and be dropped straight back into the app without friction. Once the token is stored, the app must automatically pull every product in the merchant’s catalog—no category filtering, every single item—via the Shopify Admin API and keep it in sync on an ongoing basis. The sync needs to include: • Price data for each variant • Full product descriptions • All images (with their positions and alt text) • Real-time inventory levels A webhook or other event-driven approach is preferred so updates appear quickly rather than relying solely on scheduled polling, but I’m o...

    $83 Average bid
    $83 Avg Bid
    27 bids

    ...Create unified logging across all services 2. API HANDSHAKING (25%) Finalize the "pipes" between internal gateway and external Telco APIs Implement bank webhook handlers (Finacle/Oracle - read-only) Set up HMAC signature verification for payment callbacks Configure Africa's Talking SMS gateway integration Create fallback mechanisms for API failures 3. SECURITY HARDENING (20%) Implement OAuth 2.0 / JWT authentication across all services Apply AES-256 encryption for all PII fields at rest Ensure TLS 1.3 for all data in transit Set up role-based access control (6 user roles) Configure audit logging for all system actions Prepare for security audit and penetration testing 4. PERFORMANCE TUNING (15%) Optimize communication between the "Brain&qu...

    $23 / hr Average bid
    $23 / hr Avg Bid
    21 bids

    ...Different permission levels are essential: think super-admin, organisation admin, coach/mentor, and end user, each with their own dashboards and editing rights. I’m flexible on the exact tech stack, but a modern approach such as React or Vue with a Node/Python backend, PostgreSQL, and a shared code-base mobile app (React Native or Flutter) makes sense. Please leverage secure authentication (OAuth, MFA), clean API architecture, and cloud hosting (AWS, GCP, or Azure). Deliverables I expect: • Wireframes and UI prototypes for web and mobile • Responsive web application ready for production • iOS and Android builds prepared for App Store / Play Store submission • Scalable backend with AI integration and role-based access control • A...

    $2957 - $5915
    Sealed NDA
    $2957 - $5915
    64 bids

    My site’s contact and signup forms have suddenly stopped sending messages. The error log points to failed credentials, and ...enabled or if a recent Google change broke the setup. I need you to: • Audit the existing SMTP configuration (host, port, encryption, username / password). • Update or replace the credentials, switching to an App Password or OAuth if required. • Test and confirm that all form submissions reliably land in the intended inbox. • Provide a short note outlining the fix so I can maintain it in the future. The codebase is straightforward, so I expect this to be a focused troubleshooting task rather than a full rebuild. If you have solid experience with Gmail SMTP, OAuth flows, or similar email-delivery issues, I’d lov...

    $23 Average bid
    $23 Avg Bid
    42 bids

    ...through WebSockets or a similar solution. Jackpot & Upgrader Both games must mirror Bloxybet’s mechanics: tier-based jackpot pools that roll on a timer, and an upgrader where players select an item, choose a percentage chance and see an animation revealing success or failure. Please include a provably-fair hash + salt system so every roll can be verified by users. Roblox Login Use the same OAuth-style login Bloxybet employs, so users sign in with their Roblox credentials without ever entering them on my site. Account data pulled after authentication should include avatar, username and inventory permissions for the trade bots. Trade Bots (2–3 required) Bots must: • Automatically handle deposits and withdrawals of Murder Mystery 2 items. &bul...

    $504 Average bid
    $504 Avg Bid
    72 bids
    Custom CRM–MYOB Invoicing API
    20 hours left
    Verified

    ...so that users can press “Create invoice” and see the document appear instantly in MYOB, ready to email to the customer. The scope is deliberately lean: for this first milestone the API only has to create and send invoices with some reporting required. Environment & tech • Our CRM is custom built, so you will be working with a clean REST interface on our side. • Authentication into our stack is OAuth 2.0; the same flow should be used when talking to MYOB’s cloud endpoints. • MYOB AccountRight API documentation and sandbox credentials are ready for you. Deliverables • A documented REST endpoint in our CRM that accepts invoice data and pushes it to MYOB AccountRight. • All supporting code (preferably Node.js or Python, but I’m o...

    $12 / hr Average bid
    $12 / hr Avg Bid
    115 bids
    Meta API Integration Developer
    19 hours left
    Verified

    We require a developer with proven experience in Meta (Facebook) APIs to implement and configure full integration for Facebook Pages and Instagram messaging within our platform, and to handle the App Review process. Scope of Work: Meta API Integration Implement Facebook Login (OAuth 2.0) for user authentication. Ensure seamless login without requiring users to manually input tokens. Retrieve and store secure access tokens (short-lived + long-lived) following best practices. Connect and manage: Facebook Pages Instagram Business Accounts (linked to Pages) Permissions Required (App Review) You must prepare and justify the usage of the following permissions: pages_show_list pages_messaging instagram_manage_messages pages_read_engagement public_profile App Review Submission (Mandatory)...

    $237 Average bid
    $237 Avg Bid
    112 bids

    ...Supabase/pgvector. Full client isolation via Row Level Security. Per-tenant config set in admin panel: - AI mode: Cloud (Claude API), Local (Ollama/Mistral on client infra), or Hybrid (operational docs via cloud, sensitive docs flagged by category to local). Mode switch takes effect immediately, no redeploy. - Connectors: toggle OneDrive, Gmail, Outlook, Slack, WhatsApp per tenant. Each stores its own OAuth credentials encrypted. - Branding: logo initials, accent colour, company name, subdomain. - User roles per tenant: admin, analyst, viewer. - Pipeline confidence threshold per tenant (default 0.80). Six-phase pipeline: ingest, acquire (OCR/Whisper/pdf-parse), classify, extract entities, summarise, embed (pgvector). Routing logic: if mode=hybrid, classification phase checks do...

    $1044 Average bid
    $1044 Avg Bid
    284 bids

    ...credibility 2. User Roles Visitor (Not Logged In) Browse brands View reviews Cannot post reviews Registered User Submit reviews Upload proof of purchase Track review status (Pending / Approved / Rejected) Build profile and verified status Admin Approve/reject reviews Verify proof authenticity Approve/reject brand submissions Manage users and reports 3. Core Features A. Authentication System Google OAuth login Phone number login (OTP) Email + password login Secure session management (JWT or equivalent) B. Review Submission System Form Fields: Brand (select or submit new) Ratings: Product Quality Delivery Time Customer Service Value for Money Order Number Upload Proof: Invoice / Screenshot (PNG, JPG, PDF up to 10MB) OR product photos/videos (max 5 files, up to 5MB each) Optional...

    $113 Average bid
    $113 Avg Bid
    34 bids

    ...developers located in Hyderabad to allow occasional offline meetings and smoother collaboration. ⸻ Technical Requirements (Preferred Stack) Frontend (Web): React Mobile App: Flutter or React Native Backend: java / Node.js or Django / Spring Boot (acceptable if justified) Database: PostgreSQL Search & Filtering: ElasticSearch Cloud Infrastructure: AWS Authentication: JWT-based authentication or OAuth APIs: REST API Version Control: GitHub Deployment: CI/CD familiarity preferred ⸻ Core Platform Capabilities User registration and login Role-based access (multiple user types) Profile creation and management Search and filtering functionality Listing management system Booking or scheduling functionality Dashboard interface Admin control panel Responsive web interface Mobile ...

    $489 Average bid
    $489 Avg Bid
    61 bids

    ...using SAP Cloud Platform Integration (CPI/SCPI). Build, deploy, and monitor iFlows for seamless data exchange between cloud and on-premise systems. Integrate SAP systems such as: SAP S/4HANA SAP SuccessFactors SAP Ariba SAP C/4HANA Work with APIs, OData services, REST/SOAP protocols, IDocs, and RFCs. Design reusable integration components and frameworks. Implement security configurations including OAuth, certificates, and secure connectivity. Perform message mapping using graphical and script-based approaches (Groovy, JavaScript). Troubleshoot integration issues and optimize performance. Collaborate with functional and technical teams to understand business requirements. Ensure adherence to integration best practices and governance standards. Support deployment, testing, and prod...

    $1370 Average bid
    $1370 Avg Bid
    21 bids

    I need a full-cycle web developer who can deliver a hotel-only booking site that feels effortless on phones first. Guests must be able to browse live room availability through an interactive calendar view, reserve instantly, and either check out as visitors or create accounts. Registered users, as well as admins, will sign in through social media logins, so please plan OAuth flows and secure token handling from the start. You’ll architect the back end to push real-time inventory updates to the calendar without refreshing the page, manage overlapping reservations correctly, and expose clean APIs for future app integrations. On the front end, a streamlined, touch-friendly interface is essential; I want users to glide from search to confirmation in as few taps as possible. I va...

    $15 - $25 / hr
    Local
    $15 - $25 / hr
    0 bids

    ...complete, well-scoped project with a full technical briefing attached. Please read it before applying. --- WHAT YOU'RE BUILDING • Landing page (dark theme, purple accents, hero, pricing, testimonials) • Timeline editor — scrubber, waveform, draggable start/end, keyboard shortcuts • AI clip detection — VideoMAE + CLIP models suggest top 3–5 moments per VOD • Auth — Email/password, Google OAuth, Twitch OAuth • Credits & subscription system — $4.99 one-time / $12.99 monthly / $9.99 annual • PayPal integration (subscriptions + one-time orders) — Stripe is not available in Morocco • Referral system — custom links, configurable % discount for referred users, cash earnings for referrers, ref...

    $509 Average bid
    $509 Avg Bid
    155 bids

    ...through WebSockets or a similar solution. Jackpot & Upgrader Both games must mirror Bloxybet’s mechanics: tier-based jackpot pools that roll on a timer, and an upgrader where players select an item, choose a percentage chance and see an animation revealing success or failure. Please include a provably-fair hash + salt system so every roll can be verified by users. Roblox Login Use the same OAuth-style login Bloxybet employs, so users sign in with their Roblox credentials without ever entering them on my site. Account data pulled after authentication should include avatar, username and inventory permissions for the trade bots. Trade Bots (2–3 required) Bots must: • Automatically handle deposits and withdrawals of Murder Mystery 2 items. &bul...

    $471 Average bid
    $471 Avg Bid
    114 bids

    ...Integration & Connectivity Hub We require a generic, schema-driven integration engine, avoiding hardcoded point-to-point API connections where possible. Dynamic Connectors: The Admin Plane will define required authentication fields via JSON schemas. The Tenant App will dynamically generate UI forms for users to input their external API keys. Meeting & Communications: Infrastructure to support OAuth/API connections to tools like Google Meet and Microsoft Teams for automated scheduling and alerting. Secure Vault: External tenant credentials must be routed through Edge Functions, encrypted, and stored safely for background operations. 4. Complex State & Master Data Management Global Datasets: Build an admin editor to manage massive, deeply nested global datasets (wit...

    $265 Average bid
    $265 Avg Bid
    27 bids

    ...clean, maintainable, and well-documented code Optimize API performance and database queries Implement proper error handling and logging Collaborate on code reviews and best practices Required Skills: 2+ years of professional Go development experience Strong understanding of RESTful API design Experience with relational databases (PostgreSQL, MySQL) Knowledge of authentication/authorization (JWT, OAuth) Familiarity with Git version control Experience with Docker and containerization (preferred) Understanding of microservices architecture (preferred) Nice to Have: Experience with payment gateway integrations (Stripe, PayPal) Knowledge of WebSocket for real-time features Experience with CI/CD pipelines Familiarity with cloud platforms (AWS, GCP, Azure) Previous e-commerce or marke...

    $3051 Average bid
    $3051 Avg Bid
    77 bids

    ...required after setup. --- 5. Scalability & Flexibility * The system should be designed so I can: * Add more channels later * Expand to more platforms if needed * Should not require rebuilding the system for small changes --- 6. Technical Expectations * Fully **cloud-based setup** (not dependent on my personal laptop) * Use of APIs / automation tools where appropriate * Secure authentication (OAuth preferred) * Basic error handling: * Retry failed uploads * Visibility into failures (simple logs if possible) --- Training & Handover (Very Important) I require proper training so I can manage everything myself after setup. This should include: * Step-by-step walkthrough of: * How the system works * How to upload and manage content * How to edit workf...

    $123 Average bid
    $123 Avg Bid
    50 bids

    ...Opportunities, Orders, and custom objects that mirror our ERP tables. • Data must travel both ways—new or updated records in either system should appear in the other within minutes. • I’d like to use standard Salesforce APIs (REST or SOAP) or Apex callouts; I’m open to middleware such as MuleSoft, Dell Boomi, or a lightweight custom service if that proves cleaner. • Authentication will rely on OAuth 2.0 from the Salesforce side; the ERP can expose secure HTTPS endpoints or consume yours. • Error handling and retry logic need to be rock-solid, with clear logging. • A concise admin guide and commented source code round out the hand-off. Deliverables 1. Technical design doc outlining the data model mapping, integration flow, an...

    $179 Average bid
    $179 Avg Bid
    17 bids

    My Progressive Web App is already prototyped in React; now I want it in the hands of real users with a rock-solid production stack. The plan is to host on AWS, wire it to a PostgreSQL database, and secure everything through OAuth. Alongside that core setup, I need the following work completed: • Payments: integrate Stripe and, for India, Paytm / UPI. • On-boarding & empty states: polish the first-time user flow and handle “no data yet” screens gracefully. • Notifications: implement web push; if a push fails, fall back to Twilio SMS. • Installability: ensure users can “Add to Home Screen” and get the full PWA experience. • (Nice-to-have) Native builds: if feasible, compile the same codebase to iOS & Android via Capaci...

    $1586 Average bid
    Featured NDA
    $1586 Avg Bid
    30 bids

    I’m stuck on the authentication step while integrating the Shoonya trading API with a small Python script. The login sequence stops at getOAuth creation and returns an error before any tokens are issued, so the session never starts. What I need from you is clear: • Review my existing Python code that calls getOAuth. • Identify why the OAuth request fails and correct it—whether it’s the request format, headers, or any missing parameter. • Return a clean, well-commented snippet (or module) that successfully authenticates and delivers the expected access token. Please test the fix with the live Shoonya endpoint so I can drop the working function straight into my script. A short note explaining the change will be enough for me to follow the l...

    $12 Average bid
    $12 Avg Bid
    25 bids

    ...meetings, then programmatically add participants to any of those sessions. OAuth will be the authentication method, so the flow must include user consent, token storage/refresh, and revocation handling. Core expectations • Build clean, well-structured endpoints or helper classes that wrap the Zoom API calls for meeting CRUD and participant insertion. • Ensure that participant e-mails, names, and join URLs are returned so I can save them on my side. • Follow Zoom’s security guidelines when passing access tokens or PII—no hard-coded secrets, proper HTTPS requests, and server-side token exchange only. • Deliver readable, commented Python code plus a concise README that shows how to spin up the environment, set the OAuth app, and run a ...

    $11 / hr Average bid
    $11 / hr Avg Bid
    109 bids

    ...video for the desired flow Required flow: * User clicks “Buy” * Redirect to checkout page * A modal/popup appears with: • Continue as guest • Login with Google (Gmail) • Register * After checkout (for any option used): • User account should be created automatically • Send email to customer with: * their email * generated password * Google login must be implemented properly (OAuth, no hacks) * Keep flow simple, fast, and clean 5. UI Adjustments * Add 2 simple pages based on competitor examples (I will provide links) * Mostly copy layout/structure, I will edit content later * Move currency selector from header to a different position (details provided) * Follow provided references carefully 6. Speed Optimization + CDN + ...

    $54 Average bid
    $54 Avg Bid
    124 bids

    ...video for the desired flow Required flow: * User clicks “Buy” * Redirect to checkout page * A modal/popup appears with: • Continue as guest • Login with Google (Gmail) • Register * After checkout (for any option used): • User account should be created automatically • Send email to customer with: * their email * generated password * Google login must be implemented properly (OAuth, no hacks) * Keep flow simple, fast, and clean 5. UI Adjustments * Add 2 simple pages based on competitor examples (I will provide links) * Mostly copy layout/structure, I will edit content later * Move currency selector from header to a different position (details provided) * Follow provided references carefully 6. Speed Optimization + CDN + ...

    $62 Average bid
    $62 Avg Bid
    149 bids

    ...galleries Implement shopping cart functionality Create checkout process (multi-step) User account dashboard (order history, profile management) Wishlist functionality Product reviews and ratings system Backend Development: Set up server architecture (Node.js/Python/PHP) Database design and implementation (MySQL/PostgreSQL/MongoDB) RESTful API development User authentication & authorization (JWT/OAuth) Admin panel for product/inventory management Order management system Inventory tracking system Payment & Security: Payment gateway integration (Stripe/PayPal/Square) SSL certificate implementation PCI DSS compliance Secure user data encryption Fraud detection system Additional Features: Email notifications (order confirmation, shipping updates) Shipping calculator and integr...

    $106 Average bid
    $106 Avg Bid
    49 bids

    ... i see in 5 mins your level and i am feed up with "dispute" and all the chatting. the job, when you know what do to is maybe 5 hours. START IMMEDITELY (and dont write, if you tell me you need multiple days) I need an advanced Univention Corporate Server specialist to tighten up identity management across several components in my environment. Within UCS • Configure Single Sign-On flows for OAuth, SAML and OpenID Connect so users can move seamlessly between services. • Deploy and validate SSL/TLS certificates for every relevant UCS service, automating renewal where possible. • install and Connect Relution to the UCS directory and the new SSO endpoints, ensuring enrolled devices inherit the same credentials. Outside UCS • Hook an existing In...

    $561 Average bid
    $561 Avg Bid
    33 bids

    ...current workflow is manual and fragile; your job is to replace it with a resilient uploader that never loses its session and can pick up where it left off if a transfer is interrupted. Here is what I already have in place: • A JSON file holding title, description, and tag data for each video. • Full OAuth 2.0 credentials (Client ID and Client Secret) generated in Google Cloud Console. • A sandbox channel for immediate testing access. What the finished script must do: 1. Handle OAuth 2.0 refresh tokens seamlessly, storing and re-using them so I never have to click an auth link again. 2. Use the YouTube Data API v3 resumable upload protocol to guarantee stability on larger files. 3. Read the metadata from my local JSON file and map the fields to ...

    $88 Average bid
    $88 Avg Bid
    28 bids

    I need a robust, API-based bot that signs in to the Amazon website with an OAuth token and manages my Flex shifts end-to-end. The solution must reliably mimic the manual steps I perform in the browser without violating Amazon’s usage policies. Deliverables • Automatic shift booking as soon as a preferred block appears • One-click or scheduled cancellation of existing shifts • Real-time notifications (email, SMS, or push—your choice) the moment new shifts become available Acceptance criteria The script runs headless, completes each action within Amazon’s normal response time, and logs every transaction to a local file or database so I can audit what happened and when. A simple JSON or YAML config should let me set preferred warehouse, date...

    $818 Average bid
    $818 Avg Bid
    134 bids

    ...because here are many low level people here, which pretend to be knowledgeable. i see in 5 mins your level and i am feed up with "dispute" and all the chatting. the job, when you know what do to is maybe 5 hours. I need an advanced Univention Corporate Server specialist to tighten up identity management across several components in my environment. Within UCS • Configure Single Sign-On flows for OAuth, SAML and OpenID Connect so users can move seamlessly between services. • Deploy and validate SSL/TLS certificates for every relevant UCS service, automating renewal where possible. • install and Connect Relution to the UCS directory and the new SSO endpoints, ensuring enrolled devices inherit the same credentials. Outside UCS • Hook an exist...

    $505 Average bid
    $505 Avg Bid
    44 bids

    ...what I am after: • Core services: full user management (registration, profile, roles), payment processing for subscriptions and one-off charges, plus an analytics & reporting layer so I can surface usage metrics to both admins and end-users. • Data layer: a solid SQL database—please design the schema, create all migration scripts, and keep performance in mind for future scale. • Security: OAuth is my preferred path for authentication and authorization. I’ll need the standard flows (sign-in, refresh, revocation) exposed through the API. • API: clean REST (or GraphQL if you can justify the benefit) endpoints documented with Swagger/OpenAPI so my AIStudio front-end can consume them effortlessly. • Payment gateway integration: connect...

    $81 Average bid
    $81 Avg Bid
    40 bids

    ...because here are many low level people here, which pretend to be knowledgeable. i see in 5 mins your level and i am feed up with "dispute" and all the chatting. the job, when you know what do to is maybe 5 hours. I need an advanced Univention Corporate Server specialist to tighten up identity management across several components in my environment. Within UCS • Configure Single Sign-On flows for OAuth, SAML and OpenID Connect so users can move seamlessly between services. • Deploy and validate SSL/TLS certificates for every relevant UCS service, automating renewal where possible. • install and Connect Relution to the UCS directory and the new SSO endpoints, ensuring enrolled devices inherit the same credentials. Outside UCS • Hook an exist...

    $149 Average bid
    $149 Avg Bid
    28 bids

    ...throttling rules, and the overall daily cap should be 100 messages. • Authentication needs to be secure (OAuth or other best practice—no hard-coded passwords) and headers should be tuned to avoid spam flags. • A simple progress log and an error report at the end of the run will let me see which addresses, if any, bounced. Deliverables: 1. Well-commented Python script or small executable packaged with necessary libraries. 2. Setup notes for authorizing the app with Outlook and adjusting the delay interval or daily quota. 3. A short README so I can swap in a new Excel list or update the email body without touching the code. If you have experience using Microsoft Graph, smtplib with OAuth, or other Outlook-friendly APIs, please mention it—those...

    $26 Average bid
    $26 Avg Bid
    21 bids

    ...to Google Wallet and Add to Apple Wallet integration. Reusable plugin/component for integration into our application. Documentation for setup, usage, and maintenance. Technical Skills Required: 1. Google Wallet API Expertise Experience with Google Wallet API / Google Wallet Objects API Ability to create, sign, and manage wallet passes (offers, tickets, loyalty cards, event passes) Knowledge of OAuth 2.0, JWT signing, and service account setup 2. Apple Wallet (PassKit) Expertise Strong understanding of Apple PassKit framework Ability to create and sign .pkpass files Experience with Apple certificates, pass type IDs, and provisioning Familiarity with Apple Wallet templates (event passes, coupons, boarding passes, etc.)...

    $88 Average bid
    $88 Avg Bid
    20 bids

    ...the FlutterFlow editor, but I will grant you full-editor rights in both Firebase Console and the linked Google Cloud project (IAM). From there I need you to: • Audit the current SHA-1 / SHA-256 fingerprints registered in Firebase and Google Cloud. • Review and correct any API restrictions—especially Identity Toolkit—so the phone auth endpoint is reachable. • Confirm Authorized Domains and OAuth consent screen settings are valid. • Make sure the backend handshake between Firebase Auth and the Cloud project is wired correctly, eliminating the “Not Authorized” response. Acceptance criteria 1. Phone number sign-in completes successfully on a test build I provide. 2. No other enabled auth methods or Firebase services are broken i...

    $14 Average bid
    $14 Avg Bid
    28 bids

    ...my client uses (business / company accounts). Scope • Social sources: Facebook, Instagram, LinkedIn, TikTok and YouTube. • Ad sources: Meta Ads, Google Ads and YouTube Ads. • Metrics: views, engagement (likes, comments, shares), reach / impressions, follower growth, etc. What I already have An n8n instance running on my own server with generic webhook. What I need from you 1. Proper OAuth or token-based credentials with required scopes for every platform mentioned above, created inside n8n’s Credentials section. 2. HTTP Request (or dedicated API) nodes that fetch analytics metrics reliably. Acceptance criteria • API rate limits, paging and token refresh are handled gracefully. • Returned data contains the exact fields for views...

    $227 Average bid
    $227 Avg Bid
    59 bids

    My Laravel app already authenticates with Facebook OAuth and requests every required scope (pages_show_list, instagram_basic, etc.). The user’s token is confirmed valid, permissions are fully granted, and several Facebook Pages exist, yet a call to /me/accounts keeps returning an empty data array. I have double-checked the permissions with two separate Facebook user accounts and see the same result, so it is not account-specific. I rely on the standard Laravel logs for runtime details, but the root cause is still unclear. I need someone who knows the Facebook Graph API v18 inside out and can dive into the PHP SDK / raw Graph calls, spot what the app or Facebook configuration is missing, and push a working fix into the project today. Deliverables • Identify the exact...

    $19 Average bid
    $19 Avg Bid
    23 bids

    ...(AI-based) Multi-branch / multi-location support Leave management system Task & shift management API integrations (payments, SMS, etc.) Tech Stack (Suggested) Frontend: React / (Web) Flutter / React Native (Mobile) Backend: Node.js / Django / Firebase Database: MongoDB / PostgreSQL Other: AWS / Firebase Hosting Razorpay / Stripe for payments Security & Performance Secure authentication (JWT / OAuth) Data encryption Role-based access control Scalable architecture Deliverables Complete source code (frontend + backend) Mobile app (APK / IPA) Admin dashboard API documentation Deployment support Timeline MVP: 3–5 weeks Full product: 6–10 weeks Ideal Freelancer Experience in HRMS / Payroll / SaaS apps Strong full-stack development skills UI/UX understanding Experi...

    $1321 Average bid
    $1321 Avg Bid
    142 bids

    ...automatically parse PDF/Word. • AI matching engine: run each CV through the rubric plus semantic matching to generate a score, rank order, and a short “why” explanation per candidate. • Review dashboard: filter, search, export to Excel/CSV, and mark favourites or rejections; everything updates in real time. • User management: role-based access (recruiter, manager, admin) secured with JWT/OAuth and multi-tenant separation. • Deployment: containerised build with automated tests, CI/CD pipeline, and one-click provisioning on the cloud provider we agree on. Acceptance criteria 1. A recruiter can complete the entire flow—from posting a vacancy to exporting a ranked shortlist—in under 10 minutes with no console errors. 2. Each ca...

    $24 / hr Average bid
    $24 / hr Avg Bid
    296 bids

    ...server-side performance tuning: PHP-FPM configuration, opcode caching (OPcache), connection pooling, and web-server optimisation (Nginx/Apache). • Strong experience with caching technologies (Redis, Memcached) and message queues (RabbitMQ, Beanstalkd). • Proficiency with Git, CI/CD tools (Jenkins, GitHub Actions, GitLab CI), and containerisation (Docker). • Solid understanding of RESTful API design, OAuth 2.0, JWT authentication, and webhook integrations. Soft Skills & Professional Qualities • Exceptional problem-solving mindset with a performance-first engineering philosophy. • Strong communication skills—ability to explain complex technical decisions to non-technical stakeholders. • Self-driven and proactive; comfortable owning features f...

    $380 Average bid
    $380 Avg Bid
    59 bids

    Top oauth Community Articles