add_action('rest_api_init', function () { register_rest_route('custom/v1', '/google-auth', array( 'methods' => 'POST', 'callback' => 'handle_google_auth', 'permission_callback' => '__return_true' )); }); function handle_google_auth($request) { $id_token = $request->get_param('id_token'); $email = $request->get_param('email'); $display_name = $request->get_param('display_name'); // Verify Google token (use Google API client library) // Create or get existing user $user = get_user_by('email', $email); if (!$user) { $user_id = wp_create_user($email, wp_generate_password(), $email); wp_update_user(array('ID' => $user_id, 'display_name' => $display_name)); $user = get_user_by('id', $user_id); } // Generate JWT token $secret_key = defined('JWT_AUTH_SECRET_KEY') ? JWT_AUTH_SECRET_KEY : false; $issuedAt = time(); $expire = $issuedAt + (60 * 60 * 24); // 24 hours $token = array( 'iss' => get_bloginfo('url'), 'iat' => $issuedAt, 'exp' => $expire, 'data' => array( 'user' => array( 'id' => $user->ID ) ) ); $jwt = \Firebase\JWT\JWT::encode($token, $secret_key, 'HS256'); return new WP_REST_Response(array( 'jwt_token' => $jwt, 'user_email' => $user->user_email, 'user_display_name' => $user->display_name ), 200); } International news - Garavi Gujarat
Biden's announcement to re-enter the race for the presidency
ચીનના જાસૂસ બલૂનના વિવાદ વચ્ચે અમેરિકી પ્રેસિડન્ટ જો બાઇડેને બુધવારે બીજી વખત સ્ટેટ ઓફ ધ યુનિયનને સંબોધન કરતા કહ્યું હતું કે જો ચીન તરફથી...
Allegations of wrongdoing in foreign money laundering against BBC in India
વડાપ્રધાન નરેન્દ્ર મોદી અંગેની બીબીસીની ડોક્યુમેન્ટરી અંગેના મોટા વિવાદના એક સપ્તાહ પછી મંગળવાર, 14 ફેબ્રુઆરીએ નવી દિલ્હી અને મુંબઈ ખાતેની બ્રિટિશ બ્રોડકાસ્ટિંગ કોર્પોરેશનની ઓફિસો...
Mega deal: Air India will buy 250 planes from Airbus
વિશ્વની સૌથી મોટી એવિયેશન ડીલમાં ટાટા ગ્રૂપ એરબસ પાસેથી 250 વિમાન ખરીદશે. આ મેગા ડીલમાં ટાટા ગ્રુપની માલિકીની એર ઈન્ડિયા માટે 40 A350 વાઈડ-બોડી...
Saudi Arabia to send first woman into space
સાઉદી અરેબિયાએ તેની રૂઢિચુસ્ત છબીમાં સુધારો કરવાનું વધુ એક પગલું લીધું છે. આ મુસ્લિમ દેશ તેની પ્રથમ મહિલા અવકાશયાત્રીને આ વર્ષના અંત ભાગમાં અવકાશ...
એર ઈન્ડિયાએ જાહેરાત કરી હતી કે એર લાઈન દ્વારા અમેરિકાના ન્યૂ યોર્ક – જેએફકે એરપોર્ટ – મુંબઈની ડાયરેક્ટ ફલાઈટ જે 2019માં બંધ કરી હતી,...
અમેરિકાના વિદેશ મંત્રાલયે ભારતમાં અમેરિકાના વિઝાની એપોઇન્ટમેન્ટ્સનું વેઈટિંગ લિસ્ટ કાપવા અમેરિકાના પ્રેસિડેન્શિયલ કમિશનની ઘણી ભલામણો તરત જ લાગુ કરી છે. એ મુજબ આ માટે...
The US Army shot down a fourth flying object
અમેરિકાએ તેના એરસ્પેસમાં વધુ એક શંકાસ્પદ ફ્લાઇંગ ઓબ્જેક્ટને તોડી પાડ્યું હતું. અગાઉના દિવસે તેને કેનેડાના આકાશમાં આવી ઉડતી વસ્તુને તોડી પાડી હતી. છેલ્લાં કેટલાંક...
LTTE chief Prabhakaran claimed to be alive and well
શ્રીલંકાની સરકારે LTTE ના વડા વેલુપિલ્લઈ પ્રભાકરનને મૃત જાહેર કર્યાના ચૌદ વર્ષ પછી તમિલનાડુના ભૂતપૂર્વ રાજકીય નેતા પાઝા નેદુમારને સોમવારે ચોંકાવનારો દાવો કર્યો હતો...
Launch of Aero India, Asia's largest air show
એશિયાના સૌથી મોટા એર શો એરો ઇન્ડિયા 2023નો સોમવાર 13 ફેબ્રુઆરીથી બેંગલુરુમાં પ્રારંભ થયો હતો. 17 ફેબ્રુઆરી સુધી યોજાયેલા આ શોમાં આશરે 250 કરાર...
In five years 30 lakh Indian students went abroad for studies
છેલ્લાં પાંચ વર્ષમાં ભારતના આશરે 30 લાખ વિદ્યાર્થીઓ ઉચ્ચ અભ્યાસ માટે વિદેશ ગયા છે. લોકસભામાં શિક્ષણ મંત્રાલયે એક સવાલના જવાબમાં જણાવ્યું હતું કે ૨૦૨૨માં...